Browse Source

Bump web-time from 1.0.0 to 1.1.0 (#3715)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3717/head
dependabot[bot] 3 months ago committed by GitHub
parent
commit
e9d1130386
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      core/engine/Cargo.toml

4
Cargo.lock generated

@ -4508,9 +4508,9 @@ dependencies = [
[[package]]
name = "web-time"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee269d72cc29bf77a2c4bc689cc750fb39f5cbd493d2205bbb3f5c7779cf7b0"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",

2
core/engine/Cargo.toml

@ -129,7 +129,7 @@ tinystr = { workspace = true, optional = true }
temporal_rs = { version = "0.0.1", optional = true }
[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies]
web-time = { version = "1.0.0", optional = true }
web-time = { version = "1.1.0", optional = true }
[dev-dependencies]
criterion = "0.5.1"

Loading…
Cancel
Save