Skip to content

Commit

Permalink
Bump regex from 1.4.5 to 1.4.6 (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 23, 2021
1 parent 7c70a0b commit 53757cf
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 @@ -18,7 +18,7 @@ rustyline-derive = "0.4.0"
structopt = "0.3.21"
serde_json = "1.0.64"
colored = "2.0.0"
regex = "1.4.5"
regex = "1.4.6"
lazy_static = "1.4.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.125", features = ["derive"] }
serde_yaml = "0.8.17"
serde_json = "1.0.64"
bitflags = "1.2.1"
regex = "1.4.5"
regex = "1.4.6"
once_cell = "1.7.2"
colored = "2.0.0"
fxhash = "0.2.1"
Expand Down

0 comments on commit 53757cf

Please sign in to comment.