diff --git a/runtime/Cargo.lock b/runtime/Cargo.lock index 83f3714..4135e1b 100644 --- a/runtime/Cargo.lock +++ b/runtime/Cargo.lock @@ -1199,13 +1199,13 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.9" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" +checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" dependencies = [ "cfg-if", - "cpufeatures 0.2.17", - "digest 0.10.7", + "cpufeatures 0.3.0", + "digest 0.11.3", ] [[package]] @@ -1335,7 +1335,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", "windows-sys", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f8370b3..2e9dac7 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -26,7 +26,7 @@ chrono = { version = "0.4", features = ["serde"] } parking_lot = "0.12" clap = { version = "4", features = ["derive"] } subtle = "2" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" rand = "0.8" portable-pty = "0.9"