diff --git a/Cargo.toml b/Cargo.toml index 7ddf5688f01..8fc4f15c1f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ quick-protobuf = "0.8" [dev-dependencies] async-std = { version = "1.10", features = ["attributes"] } -clap = { version = "4.1.6", features = ["derive"] } +clap = { version = "4.1.11", features = ["derive"] } env_logger = "0.10" libp2p-identify = { path = "../identify" } libp2p-noise = { path = "../../transports/noise" }