Browse Source

Bump regress from 0.6.0 to 0.7.1 (#3236)

Bumps [regress](https://github.com/ridiculousfish/regress) from 0.6.0 to 0.7.1.
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](https://github.com/ridiculousfish/regress/compare/v0.6.0...v0.7.1)

---
updated-dependencies:
- dependency-name: regress
  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/3232/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
e1791adbdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml
  3. 2
      boa_parser/Cargo.toml

4
Cargo.lock generated

@ -3297,9 +3297,9 @@ dependencies = [
[[package]]
name = "regress"
version = "0.6.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb"
checksum = "4ed9969cad8051328011596bf549629f1b800cf1731e7964b1eef8dfc480d2c2"
dependencies = [
"hashbrown 0.13.2",
"memchr",

2
boa_engine/Cargo.toml

@ -57,7 +57,7 @@ serde = { version = "1.0.188", features = ["derive", "rc"] }
serde_json = "1.0.105"
rand = "0.8.5"
num-traits = "0.2.16"
regress = "0.6.0"
regress = "0.7.1"
rustc-hash = "1.1.0"
num-bigint = { version = "0.4.3", features = ["serde"] }
num-integer = "0.1.45"

2
boa_parser/Cargo.toml

@ -21,7 +21,7 @@ fast-float = "0.2.0"
num-traits = "0.2.16"
bitflags = "2.4.0"
num-bigint = "0.4.3"
regress = "0.6.0"
regress = "0.7.1"
icu_properties = "1.2.0"
once_cell = "1.18.0"

Loading…
Cancel
Save