Merge pull request #84 from esp-rs/dependabot/cargo/clap-4.0.29

build(deps): bump clap from 4.0.28 to 4.0.29
This commit is contained in:
Sergio Gasquez Arcos 2022-12-14 11:01:33 +01:00 committed by GitHub
commit d6192ae8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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