diff --git a/Cargo.lock b/Cargo.lock index 748cbff2bf..7e87325f12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4338,9 +4338,9 @@ dependencies = [ [[package]] name = "web-time" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf" +checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index 228ab81f5c..c593f2f761 100644 --- a/core/engine/Cargo.toml +++ b/core/engine/Cargo.toml @@ -114,7 +114,7 @@ fixed_decimal = { workspace = true, features = ["ryu", "experimental"], optional hashbrown.workspace = true [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies] -web-time = { version = "0.2.3", optional = true } +web-time = { version = "0.2.4", optional = true } [dev-dependencies] criterion = "0.5.1"