Browse Source

fix(deps): update rust crate clap to 3.2.25 (#979)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
remotes/origin/list-filter
renovate[bot] 2 years ago committed by GitHub
parent
commit
6147d42937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

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.164", features = ["derive"] }
clap = { version = "3.2.23", features = ["derive", "env"] }
clap = { version = "3.2.25", features = ["derive", "env"] }
serde_json = "1.0.99"
chrono = { version = "0.4.26", features = ["serde"] }
tar = "0.4.38"

Loading…
Cancel
Save