From b5e14cbb87bc04e0d91fca7f3b92843d630ca82b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 02:14:59 +0000 Subject: [PATCH] Bump web-time from 0.2.3 to 0.2.4 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 027d8fa0f5..39fea22372 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3980,9 +3980,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/Cargo.toml b/Cargo.toml index 95b1dca71e..2005a2ce0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ wasm-bindgen = "0.2.87" wasm-bindgen-futures = "0.4.39" wasm-bindgen-test = "0.3" web-sys = "0.3.66" -web-time = "0.2.3" +web-time = "0.2.4" # deno dependencies deno_console = "0.125.0"