From 25262c00e6b9e893bb7143316b0e2bf88953e272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:47:32 +0000 Subject: [PATCH] Bump web-time from 0.2.4 to 1.0.0 (#3587) Bumps [web-time](https://github.com/daxpedda/web-time) from 0.2.4 to 1.0.0. - [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.4...v1.0.0) --- updated-dependencies: - dependency-name: web-time dependency-type: direct:production update-type: version-update:semver-major ... 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 6b71a90b0a..5209cbe217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4208,9 +4208,9 @@ dependencies = [ [[package]] name = "web-time" -version = "0.2.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0" +checksum = "2ee269d72cc29bf77a2c4bc689cc750fb39f5cbd493d2205bbb3f5c7779cf7b0" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/core/engine/Cargo.toml b/core/engine/Cargo.toml index d8311b854f..13b264b72f 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.4", optional = true } +web-time = { version = "1.0.0", optional = true } [dev-dependencies] criterion = "0.5.1"