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

This commit is contained in:
2022-12-22 19:55:15 +00:00
parent feef1e26ee
commit 2bf6d5fdd4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -82,9 +82,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.0.31"
version = "4.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab512b39872b48c5ecf6b3bef2efb56dc0b986630d9da71a21a8c8f6878c334"
checksum = "a7db700bc935f9e43e88d00b0850dae18a63773cfbec6d8e070fccf7fef89a39"
dependencies = [
"bitflags",
"clap_derive",