Bump web-time from 0.2.3 to 0.2.4 (#4929)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-25 03:41:32 +00:00 committed by GitHub
parent 085141149b
commit d7296ac30b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"