Browse Source

fix(deps): update rust crate clap to 3.0.9 (#633)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
remotes/origin/feat/support-install-latest
renovate[bot] 3 years ago committed by GitHub
parent
commit
74e537076b
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

@ -207,9 +207,9 @@ dependencies = [ @@ -207,9 +207,9 @@ dependencies = [
[[package]]
name = "clap"
version = "3.0.5"
version = "3.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f34b09b9ee8c7c7b400fe2f8df39cafc9538b03d6ba7f4ae13e4cb90bfbb7d"
checksum = "8c506244a13c87262f84bf16369740d0b7c3850901b6a642aa41b031a710c473"
dependencies = [
"atty",
"bitflags",

2
Cargo.toml

@ -10,7 +10,7 @@ description = "Fast and simple Node.js version manager" @@ -10,7 +10,7 @@ description = "Fast and simple Node.js version manager"
[dependencies]
serde = { version = "1.0.133", features = ["derive"] }
clap = { version = "3.0.5", features = ["derive", "env"] }
clap = { version = "3.0.9", features = ["derive", "env"] }
serde_json = "1.0.75"
chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.38"

Loading…
Cancel
Save