aboutsummaryrefslogtreecommitdiff
path: root/p2p/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-30 01:13:45 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-30 01:13:45 +0200
commit4dc6ae61c66d2ecedb3dbd519dde89e8afc727a9 (patch)
treed5ecff0aed228119f3cb6e21f91f4e749456f13b /p2p/Cargo.toml
parent5c0abab1b7bf0f2858c451d6f0efc7ca0e138fc6 (diff)
p2p: remove async-std from dev dependencies & clean up examples
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"