Merge pull request #62 from esp-rs/dependabot/cargo/clap-4.0.24

build(deps): bump clap from 4.0.22 to 4.0.24
This commit is contained in:
Sergio Gasquez Arcos 2022-11-15 08:05:54 +01:00 committed by GitHub
commit 3231098b00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -150,9 +150,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.22"
version = "4.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682"
checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
dependencies = [
"atty",
"bitflags",

View File

@ -15,7 +15,7 @@ rust-version = "1.62"
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.22", features = ["derive"] }
clap = { version = "4.0.24", features = ["derive"] }
dirs = "4.0.0"
flate2 = "1.0.22"
guess_host_triple = "0.1.3"