Skip to content

Commit

Permalink
Bump regex from 1.4.2 to 1.4.3 (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 11, 2021
1 parent 5876dc3 commit abd893c
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.4.0"
structopt = "0.3.21"
serde_json = "1.0.61"
colored = "2.0.0"
regex = "1.4.2"
regex = "1.4.3"
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.118", features = ["derive"] }
serde_yaml = "0.8.15"
serde_json = "1.0.61"
bitflags = "1.2.1"
regex = "1.4.2"
regex = "1.4.3"
once_cell = "1.5.2"
colored = "2.0.0"
fxhash = "0.2.1"
Expand Down

0 comments on commit abd893c

Please sign in to comment.