Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.26 (#978)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 30, 2023
1 parent 7ed191f commit 181bd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 181bd48

Please sign in to comment.