deps: bump clap from 4.2.1 to 4.2.4

Pull-Request: #3808.
This commit is contained in:
dependabot[bot]
2023-04-28 11:19:43 +00:00
committed by GitHub
parent a0613e4af8
commit a836bb471f
8 changed files with 46 additions and 46 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.1", features = ["derive"] }
clap = { version = "4.2.4", features = ["derive"] }
env_logger = "0.10.0"
futures = "0.3.28"
instant = "0.1.11"