deps: bump clap from 4.2.7 to 4.3.0

Pull-Request: #3970.
This commit is contained in:
dependabot[bot]
2023-05-22 18:48:38 +00:00
committed by GitHub
parent ee38a0051f
commit d090b58881
8 changed files with 24 additions and 24 deletions

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.7", features = ["derive"] }
clap = { version = "4.3.0", features = ["derive"] }
env_logger = "0.10.0"
futures = "0.3.28"
instant = "0.1.11"