From 4e67b130fdcac1c52099f7b63de46f7084ac2486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 22:08:36 -0500 Subject: [PATCH] Bump web-time from 0.2.3 to 0.2.4 (#3536) Bumps [web-time](https://github.com/daxpedda/web-time) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/daxpedda/web-time/releases) - [Changelog](https://github.com/daxpedda/web-time/blob/main/CHANGELOG.md) - [Commits](https://github.com/daxpedda/web-time/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: web-time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- core/engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"