diff --git a/Cargo.toml b/Cargo.toml index ed117c9edf4..c3b88583839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ prost = "0.11" [dev-dependencies] async-std = { version = "1.10", features = ["attributes"] } env_logger = "0.9" -clap = {version = "3.1.6", features = ["derive"]} +clap = { version = "4.0.13", features = ["derive"] } libp2p = { path = "../..", features = ["full"] }