Update Rust crate clap to 4.0.15
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-14 00:27:20 +00:00
parent 63ad9002b5
commit 57ededd506
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -705,9 +705,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.8"
version = "4.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5840cd9093aabeabf7fd932754c435b7674520fc3ddc935c397837050f0f1e4b"
checksum = "6bf8832993da70a4c6d13c581f4463c2bdda27b9bf1c5498dc4365543abe6d6f"
dependencies = [
"atty",
"bitflags",
@ -720,9 +720,9 @@ dependencies = [
[[package]]
name = "clap_derive"
version = "4.0.8"
version = "4.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92289ffc6fb4a85d85c246ddb874c05a87a2e540fb6ad52f7ca07c8c1e1840b1"
checksum = "c42f169caba89a7d512b5418b09864543eeb4d497416c917d7137863bd2076ad"
dependencies = [
"heck",
"proc-macro-error",