Update Rust crate clap to 4.0.8
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-10-02 00:04:12 +00:00
parent 2ec568deaf
commit 4067e175fc
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -717,9 +717,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.7"
version = "4.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1af219c3e254a8b4649d6ddaef886b2015089f35f2ac5e1db31410c0566ab8"
checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b"
dependencies = [
"atty",
"bitflags",
@ -732,9 +732,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.0.7"
version = "4.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd114ae53ce5a0670f43d2f169c1cd26c69b4896b0c121900cf1e4d06d67316c"
checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1"
dependencies = [
"heck",
"proc-macro-error",