Skip to content

Commit

Permalink
Merge pull request #1609 from volta-cli/bump-chrono
Browse files Browse the repository at this point in the history
Update to the latest version of Chrono
  • Loading branch information
chriskrycho authored Dec 20, 2023
2 parents 472a0b0 + 08685bd commit f594000
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ envoy = "0.1.3"
mockito = { version = "0.31.1", optional = true }
regex = "1.7.1"
dirs = "5.0.1"
chrono = "0.4.23"
# We manually configure the feature list here because 0.4.16 includes the
# `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.23", default-features = false, features = ["alloc", "std", "clock"] }
validate-npm-package-name = { path = "../validate-npm-package-name" }
textwrap = "0.16.0"
is-terminal = "0.4.7"
Expand Down

0 comments on commit f594000

Please sign in to comment.