Merge pull request #203 from ryankurte/dependabot/cargo/clap-3.2.8

This commit is contained in:
Félix Saparelli 2022-07-05 21:54:14 +12:00 committed by GitHub
commit 9b26fea231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 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.6", features = ["derive"] }
clap = { version = "3.2.8", 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 }