build(deps): bump web-time from 0.2.4 to 1.1.0

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>
This commit is contained in:
dependabot[bot] 2024-04-04 18:44:30 +00:00 committed by Nathan Adams
parent 9a727d7c32
commit 163aa9edf6
2 changed files with 15 additions and 5 deletions

18
Cargo.lock generated
View File

@ -1490,7 +1490,7 @@ dependencies = [
"log",
"thiserror",
"type-map 0.5.0",
"web-time",
"web-time 0.2.4",
"wgpu",
"winit",
]
@ -1506,7 +1506,7 @@ dependencies = [
"log",
"raw-window-handle 0.6.0",
"smithay-clipboard",
"web-time",
"web-time 0.2.4",
"webbrowser",
"winit",
]
@ -4227,7 +4227,7 @@ dependencies = [
"url",
"wasm-bindgen-futures",
"weak-table",
"web-time",
"web-time 1.1.0",
]
[[package]]
@ -5975,6 +5975,16 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
version = "0.8.13"
@ -6464,7 +6474,7 @@ dependencies = [
"wayland-protocols",
"wayland-protocols-plasma",
"web-sys",
"web-time",
"web-time 0.2.4",
"windows-sys 0.48.0",
"x11-dl",
"x11rb",

View File

@ -36,7 +36,7 @@ weak-table = "0.3.2"
percent-encoding = "2.3.1"
thiserror = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
web-time = "0.2.4"
web-time = "1.1.0"
encoding_rs = "0.8.33"
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }
serde = { workspace = true, features = ["derive"] }