Bump clap from 4.0.12 to 4.0.13 (#477)

This commit is contained in:
dependabot[bot] 2022-10-12 02:59:44 +00:00 committed by GitHub
parent f4c840fa29
commit 035e600a56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -316,9 +316,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.12"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385007cbbed899260395a4107435fead4cad80684461b3cc78238bdcb0bad58f"
checksum = "69d64e88428747154bd8bc378d178377ef4dace7a5735ca1f3855be72f2c2cb5"
dependencies = [
"atty",
"bitflags",
@ -331,9 +331,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.0.10"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db342ce9fda24fb191e2ed4e102055a4d381c1086a06630174cd8da8d5d917ce"
checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad"
dependencies = [
"heck",
"proc-macro-error",

View file

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