From 8486c28fdc2d2923f1c9e4ccf7d5d8ac80467153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 10:58:03 +0200 Subject: [PATCH] Bump regex from 1.8.2 to 1.8.3 (#2964) Bumps [regex](https://github.com/rust-lang/regex) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.8.2...1.8.3) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_cli/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 664fb71fbd8..8bb70a9c73a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3308,9 +3308,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" +checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" dependencies = [ "aho-corasick", "memchr", diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 759d766a400..b7d51cba976 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -22,7 +22,7 @@ rustyline = { version = "11.0.0", features = ["derive"]} clap = { version = "4.3.0", features = ["derive"] } serde_json = "1.0.96" colored = "2.0.0" -regex = "1.8.2" +regex = "1.8.3" phf = { version = "0.11.1", features = ["macros"] } pollster = "0.3.0" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index ac887e2b973..5a0e0527620 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] } serde_yaml = "0.9.21" serde_json = "1.0.96" bitflags = "2.3.1" -regex = "1.8.2" +regex = "1.8.3" once_cell = "1.17.1" colored = "2.0.0" fxhash = "0.2.1"