diff --git a/Cargo.lock b/Cargo.lock index fdba2ed73f..2384ebfd38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -600,9 +600,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" +checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" dependencies = [ "iana-time-zone", "js-sys", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 3a1491a6e1..3200a6823d 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -54,7 +54,7 @@ num-integer = "0.1.45" bitflags = "1.3.2" indexmap = "1.9.2" ryu-js = "0.2.2" -chrono = { version = "0.4.23", default-features = false, features = ["clock", "std", "wasmbind"] } +chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] } fast-float = "0.2.0" unicode-normalization = "0.1.22" once_cell = "1.17.1"