Skip to content

Commit

Permalink
build(deps): Update clap to v4 (libp2p#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
koushiro committed Oct 14, 2022
1 parent 4c0748f commit 738e3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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"] }

0 comments on commit 738e3a6

Please sign in to comment.