Bump clap from 4.0.9 to 4.0.10 (#461)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-10-06 15:25:12 +13:00 committed by GitHub
parent 3421403e75
commit 8398ec2d4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ pkg-fmt = "zip"
[dependencies]
binstalk = { path = "../binstalk", version = "0.3.0" }
clap = { version = "4.0.9", features = ["derive"] }
clap = { version = "4.0.10", features = ["derive"] }
crates_io_api = { version = "0.8.1", default-features = false }
dirs = "4.0.0"
log = "0.4.17"