Skip to content

Commit

Permalink
Merge pull request #1962 from volta-cli/dependabot/cargo/chrono-0.4.39
Browse files Browse the repository at this point in the history
build(deps): bump chrono from 0.4.38 to 0.4.39
  • Loading branch information
chriskrycho authored Dec 9, 2024
2 parents ee2b526 + 33c44fb commit 88086fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dirs = "5.0.1"
# `oldtime` feature by default to avoid a breaking change. Additionally, using
# the feature list explicitly lets us drop the `wasmbind` feature, which we do
# not need.
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "std", "clock"] }
chrono = { version = "0.4.39", default-features = false, features = ["alloc", "std", "clock"] }
validate-npm-package-name = { path = "../validate-npm-package-name" }
textwrap = "0.16.1"
log = { version = "0.4", features = ["std"] }
Expand Down

0 comments on commit 88086fc

Please sign in to comment.