Browse Source

Bump ryu-js from 1.0.0 to 1.0.1 (#3716)

Bumps [ryu-js](https://github.com/boa-dev/ryu-js) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/boa-dev/ryu-js/releases)
- [Changelog](https://github.com/boa-dev/ryu-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/boa-dev/ryu-js/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: ryu-js
  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/3717/head
dependabot[bot] 9 months ago committed by GitHub
parent
commit
2f7fa88bdf
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

@ -3247,9 +3247,9 @@ checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
[[package]]
name = "ryu-js"
version = "1.0.0"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b"
checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5"
[[package]]
name = "same-file"

2
core/engine/Cargo.toml

@ -83,7 +83,7 @@ num-bigint = { workspace = true, features = ["serde"] }
num-integer = "0.1.46"
bitflags.workspace = true
indexmap = { workspace = true, features = ["std"] }
ryu-js = "1.0.0"
ryu-js = "1.0.1"
fast-float.workspace = true
once_cell = { workspace = true, features = ["std"] }
tap = "1.0.1"

Loading…
Cancel
Save