aboutsummaryrefslogtreecommitdiff
path: root/p2p/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/Cargo.toml')
-rw-r--r--p2p/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/Cargo.toml b/p2p/Cargo.toml
index 3f61fee..9c303e9 100644
--- a/p2p/Cargo.toml
+++ b/p2p/Cargo.toml
@@ -59,7 +59,7 @@ tokio-rustls = { version = "0.26.0", features = ["aws-lc-rs"], optional = true }
rustls-pki-types = "1.7.0"
[dev-dependencies]
-async-std = "1.12.0"
+blocking = "1.6.1"
clap = { version = "4.5.7", features = ["derive"] }
ctrlc = "3.4.4"
easy-parallel = "3.3.1"