Skip to content

Commit

Permalink
Bump regex from 1.8.2 to 1.8.3 (#2964)
Browse files Browse the repository at this point in the history
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](rust-lang/regex@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2023
1 parent 15749ed commit 8486c28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8486c28

Please sign in to comment.