Skip to content

Commit

Permalink
Bump regex from 1.4.1 to 1.4.2 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 2, 2020
1 parent df18ff7 commit ee8575d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.3.1"
structopt = "0.3.20"
serde_json = "1.0.59"
colored = "2.0.0"
regex = "1.4.1"
regex = "1.4.2"
lazy_static = "1.4.0"

[target.x86_64-unknown-linux-gnu.dependencies]
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.117", features = ["derive"] }
serde_yaml = "0.8.14"
serde_json = "1.0.59"
bitflags = "1.2.1"
regex = "1.4.1"
regex = "1.4.2"
once_cell = "1.4.1"
colored = "2.0.0"
fxhash = "0.2.1"
Expand Down

0 comments on commit ee8575d

Please sign in to comment.