diff --git a/Cargo.lock b/Cargo.lock index 59d25d60..5f1789c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "async-std" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952" +checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c" dependencies = [ "async-attributes", "async-channel", diff --git a/bin/node/cli/Cargo.toml b/bin/node/cli/Cargo.toml index bb60c944..365f32bf 100644 --- a/bin/node/cli/Cargo.toml +++ b/bin/node/cli/Cargo.toml @@ -113,7 +113,7 @@ nix = "0.23" serde_json = "1.0" regex = "1" platforms = "2.0" -async-std = { version = "1.6.5", features = ["attributes"] } +async-std = { version = "1.11.0", features = ["attributes"] } soketto = "0.7.1" [build-dependencies]