Browse Source

fix(deps): update rust crate clap_complete to 3.0.6 (#659)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
5d06957878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      Cargo.toml

4
Cargo.lock generated

@ -200,9 +200,9 @@ dependencies = [ @@ -200,9 +200,9 @@ dependencies = [
[[package]]
name = "clap_complete"
version = "3.0.5"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4dabb7e2f006497e1da045feaa512acf0686f76b68d94925da2d9422dcb521"
checksum = "678db4c39c013cc68b54d372bce2efc58e30a0337c497c9032fd196802df3bc3"
dependencies = [
"clap",
]

2
Cargo.toml

@ -29,7 +29,7 @@ reqwest = { version = "0.11.9", features = ["blocking", "json", "rustls-tls", "r @@ -29,7 +29,7 @@ reqwest = { version = "0.11.9", features = ["blocking", "json", "rustls-tls", "r
url = "2.2.2"
sysinfo = "0.23.0"
thiserror = "1.0.30"
clap_complete = "3.0.5"
clap_complete = "3.0.6"
[dev-dependencies]
pretty_assertions = "1.1.0"

Loading…
Cancel
Save