diff --git a/Cargo.lock b/Cargo.lock index 664d59a40..f3f185458 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ checksum = "bc076b92c3d763b90697600bf9833c204b517ff911f64dcfb58221b0663d3ee9" [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 7b87eac51..563a0cca8 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -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"] }