Browse Source

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

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3539/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
4e67b130fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      core/engine/Cargo.toml

4
Cargo.lock generated

@ -4338,9 +4338,9 @@ dependencies = [
[[package]] [[package]]
name = "web-time" name = "web-time"
version = "0.2.3" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf" checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
dependencies = [ dependencies = [
"js-sys", "js-sys",
"wasm-bindgen", "wasm-bindgen",

2
core/engine/Cargo.toml

@ -114,7 +114,7 @@ fixed_decimal = { workspace = true, features = ["ryu", "experimental"], optional
hashbrown.workspace = true hashbrown.workspace = true
[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies] [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies]
web-time = { version = "0.2.3", optional = true } web-time = { version = "0.2.4", optional = true }
[dev-dependencies] [dev-dependencies]
criterion = "0.5.1" criterion = "0.5.1"

Loading…
Cancel
Save