deps: bump clap from 4.2.5 to 4.2.6

Pull-Request: #3869.
This commit is contained in:
dependabot[bot]
2023-05-02 19:38:16 +00:00
committed by GitHub
parent 55e8aea237
commit 6a22bd3df0
8 changed files with 19 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ void = "1"
[dev-dependencies]
async-std = { version = "1.12.0", features = ["attributes"] }
clap = { version = "4.2.5", features = ["derive"] }
clap = { version = "4.2.6", features = ["derive"] }
env_logger = "0.10.0"
libp2p-dns = { workspace = true, features = ["async-std"] }
libp2p-identify = { workspace = true }

View File

@@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
anyhow = "1"
async-std = { version = "1.9.0", features = ["attributes"] }
clap = { version = "4.2.5", features = ["derive"] }
clap = { version = "4.2.6", features = ["derive"] }
env_logger = "0.10.0"
futures = "0.3.28"
instant = "0.1.11"