Browse Source

Bump ryu-js from 0.2.0 to 0.2.1 (#697)

Bumps [ryu-js](https://github.com/boa-dev/ryu-js) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/boa-dev/ryu-js/releases)
- [Changelog](https://github.com/boa-dev/ryu-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/boa-dev/ryu-js/compare/v0.2.0...v0.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/696/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
8abe5bb049
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa/Cargo.toml

4
Cargo.lock generated

@ -914,9 +914,9 @@ checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "ryu-js"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1010bb9c1f68556b130d631f92fa5e78a2f15a7befcbfbbba51bdb35088149e9"
checksum = "e26864181681b29144524f5856471a3c8dbe1a02f4fdd6f6f74d5e2528d96f42"
[[package]]
name = "same-file"

2
boa/Cargo.toml

@ -24,7 +24,7 @@ num-bigint = { version = "0.3.0", features = ["serde"] }
num-integer = "0.1.43"
bitflags = "1.2.1"
indexmap = "1.6.0"
ryu-js = "0.2.0"
ryu-js = "0.2.1"
chrono = "0.4.15"
# Optional Dependencies

Loading…
Cancel
Save