Merge pull request #215 from ryankurte/dependabot/cargo/clap-3.2.12

Bump clap from 3.2.8 to 3.2.12
This commit is contained in:
Jiahao XU 2022-07-18 15:06:43 +10:00 committed by GitHub
commit 83e90fe229
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ async-trait = "0.1.56"
bytes = "1.1.0"
bzip2 = { version = "0.4.3", features = ["static"] }
cargo_toml = "0.11.4"
clap = { version = "3.2.8", features = ["derive"] }
clap = { version = "3.2.12", features = ["derive"] }
crates_io_api = { version = "0.8.0", default-features = false, features = ["rustls"] }
dirs = "4.0.0"
flate2 = { version = "1.0.24", features = ["zlib-ng"], default-features = false }