fix(deps): update rust crate clap_complete to 3.2.3

This commit is contained in:
renovate[bot] 2022-06-28 18:20:30 +00:00
parent ba494c594a
commit cfa28a2660
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -284,9 +284,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_complete" name = "clap_complete"
version = "3.2.2" version = "3.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c09fbb00fb6e20e92f785598ecbf0c118f269737490c57af28b1ed07f392be16" checksum = "ead064480dfc4880a10764488415a97fdd36a4cf1bb022d372f02e8faf8386e1"
dependencies = [ dependencies = [
"clap", "clap",
] ]

View File

@ -25,7 +25,7 @@ serde_json = "1.0.81"
chrono = "0.4.19" chrono = "0.4.19"
base64 = "0.13.0" base64 = "0.13.0"
notify-rust = "4.5.8" notify-rust = "4.5.8"
clap_complete = "3.2.2" clap_complete = "3.2.3"
anyhow = "1.0.58" anyhow = "1.0.58"
better-panic = "0.3.0" better-panic = "0.3.0"
validator = "0.15.0" validator = "0.15.0"