fix(deps): update rust crate clap_complete to 3.1.4

This commit is contained in:
Renovate Bot 2022-05-06 15:20:51 +00:00 committed by renovate[bot]
parent 771d4e8dcc
commit b7be76debf
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.1.3" version = "3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7ca9141e27e6ebc52e3c378b0c07f3cea52db46ed1cc5861735fb697b56356" checksum = "da92e6facd8d73c22745a5d3cbb59bdf8e46e3235c923e516527d8e81eec14a4"
dependencies = [ dependencies = [
"clap", "clap",
] ]

View File

@ -27,7 +27,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.1.3" clap_complete = "3.1.4"
anyhow = "1.0.57" anyhow = "1.0.57"
better-panic = "0.3.0" better-panic = "0.3.0"
validator = "0.15.0" validator = "0.15.0"