From e1791adbdcc1d2351794162297404a4efe5ea952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:43:18 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_engine/Cargo.toml | 2 +- boa_parser/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be78bea9e8..a927f468f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index a2314b396b..ddb99806df 100644 --- a/boa_engine/Cargo.toml +++ b/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" diff --git a/boa_parser/Cargo.toml b/boa_parser/Cargo.toml index eeff64878e..aba765e153 100644 --- a/boa_parser/Cargo.toml +++ b/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"