Browse Source

Bump web-time from 0.2.2 to 0.2.3 (#3445)

Bumps [web-time](https://github.com/daxpedda/web-time) from 0.2.2 to 0.2.3.
- [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.2...v0.2.3)

---
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/3432/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
ef53108ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml

4
Cargo.lock generated

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

2
boa_engine/Cargo.toml

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

Loading…
Cancel
Save