Browse Source

fix(deps): update rust crate structopt to 0.3.25 (#557)

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

8
Cargo.lock generated

@ -1175,9 +1175,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" @@ -1175,9 +1175,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.23"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
dependencies = [
"clap",
"lazy_static",
@ -1186,9 +1186,9 @@ dependencies = [ @@ -1186,9 +1186,9 @@ dependencies = [
[[package]]
name = "structopt-derive"
version = "0.4.16"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck",
"proc-macro-error",

2
Cargo.toml

@ -11,7 +11,7 @@ description = "Fast and simple Node.js version manager" @@ -11,7 +11,7 @@ description = "Fast and simple Node.js version manager"
[dependencies]
serde = { version = "1.0.130", features = ["derive"] }
clap = "2.33.3"
structopt = "0.3.23"
structopt = "0.3.25"
serde_json = "1.0.69"
chrono = { version = "0.4.19", features = ["serde"] }
tar = "0.4.37"

Loading…
Cancel
Save