Skip to content

Commit 88086fc

Browse files
authored
Merge pull request #1962 from volta-cli/dependabot/cargo/chrono-0.4.39
build(deps): bump chrono from 0.4.38 to 0.4.39
2 parents ee2b526 + 33c44fb commit 88086fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dirs = "5.0.1"
3535
# `oldtime` feature by default to avoid a breaking change. Additionally, using
3636
# the feature list explicitly lets us drop the `wasmbind` feature, which we do
3737
# not need.
38-
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "std", "clock"] }
38+
chrono = { version = "0.4.39", default-features = false, features = ["alloc", "std", "clock"] }
3939
validate-npm-package-name = { path = "../validate-npm-package-name" }
4040
textwrap = "0.16.1"
4141
log = { version = "0.4", features = ["std"] }

0 commit comments

Comments
 (0)