Skip to content

Commit 50024bf

Browse files
authored
Merge pull request #1645 from volta-cli/dependabot/cargo/chrono-0.4.31
build(deps): bump chrono from 0.4.23 to 0.4.31
2 parents 463cc24 + 9ce97b6 commit 50024bf

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Cargo.lock

Lines changed: 10 additions & 4 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
@@ -37,7 +37,7 @@ dirs = "5.0.1"
3737
# `oldtime` feature by default to avoid a breaking change. Additionally, using
3838
# the feature list explicitly lets us drop the `wasmbind` feature, which we do
3939
# not need.
40-
chrono = { version = "0.4.23", default-features = false, features = ["alloc", "std", "clock"] }
40+
chrono = { version = "0.4.31", default-features = false, features = ["alloc", "std", "clock"] }
4141
validate-npm-package-name = { path = "../validate-npm-package-name" }
4242
textwrap = "0.16.0"
4343
log = { version = "0.4", features = ["std"] }

0 commit comments

Comments
 (0)