deps: bump clap from 4.3.2 to 4.3.3

Pull-Request: #4061.
This commit is contained in:
dependabot[bot]
2023-06-20 15:23:15 +00:00
committed by GitHub
parent 8f9827043c
commit e28f0326c7
8 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@ license = "MIT"
[dependencies]
async-std = { version = "1.12", features = ["attributes"] }
clap = { version = "4.3.1", features = ["derive"] }
clap = { version = "4.3.3", features = ["derive"] }
env_logger = "0.10.0"
futures = "0.3.28"
libp2p = { path = "../../libp2p", features = ["async-std", "tcp", "noise", "yamux", "autonat", "identify", "macros"] }