diff --git a/Cargo.lock b/Cargo.lock index 6fef06e3c6..ae477aa6a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4313,9 +4313,9 @@ dependencies = [ [[package]] name = "web-time" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8208e3fdbc243c8fd30805721869242a7f6de3e2e9f3b057652ab36e52ae1e87" +checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 5e66226bb6..857c5e4fde 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -112,7 +112,7 @@ zerofrom = { workspace = true, optional = true } fixed_decimal = { workspace = true, features = ["ryu"], optional = true} [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies] -web-time = { version = "0.2.2", optional = true } +web-time = { version = "0.2.3", optional = true } [dev-dependencies] criterion = "0.5.1"