Browse Source

fix(deps): update rust crate chrono to 0.4.26 (#978)

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
181bd48be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager" @@ -12,7 +12,7 @@ description = "Fast and simple Node.js version manager"
serde = { version = "1.0.164", features = ["derive"] }
clap = { version = "3.2.23", features = ["derive", "env"] }
serde_json = "1.0.99"
chrono = { version = "0.4.23", features = ["serde"] }
chrono = { version = "0.4.26", features = ["serde"] }
tar = "0.4.38"
xz2 = "0.1.7"
node-semver = "2.1.0"

Loading…
Cancel
Save