Skip to content

Commit 33c44fb

Browse files
build(deps): bump chrono from 0.4.38 to 0.4.39
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.38 to 0.4.39. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee2b526 commit 33c44fb

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)