chore(deps): bump web-time from 0.2.4 to 1.1.0 (#7001)

Bumps [web-time](https://github.com/daxpedda/web-time) from 0.2.4 to 1.1.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.1.0)

---
updated-dependencies:
- dependency-name: web-time
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-01-26 23:05:33 -05:00
committed by GitHub
parent a5491c4484
commit 7e4cfb5947
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4497,7 +4497,7 @@ dependencies = [
"wasm-bindgen-futures",
"wasm-bindgen-test",
"web-sys",
"web-time 0.2.4",
"web-time 1.1.0",
"wgpu",
"wgpu-test",
"winit 0.29.15",

View File

@@ -175,7 +175,7 @@ wasm-bindgen = "0.2.97"
wasm-bindgen-futures = "0.4.45"
wasm-bindgen-test = "0.3"
web-sys = { version = "0.3.74", default-features = false }
web-time = "0.2.4"
web-time = "1.1.0"
# deno dependencies
deno_console = "0.179.0"