Skip to content

Commit

Permalink
Merge 11792df into 3e60d2c
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 11, 2021
2 parents 3e60d2c + 11792df commit efb078e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gc = { version = "0.3.6", features = ["derive"] }
serde_json = "1.0.58"
rand = "0.7.3"
num-traits = "0.2.12"
regex = "1.3.9"
regex = "1.4.3"
rustc-hash = "1.1.0"
num-bigint = { version = "0.3.0", features = ["serde"] }
num-integer = "0.1.43"
Expand Down
2 changes: 1 addition & 1 deletion boa_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustyline-derive = "0.3.1"
structopt = "0.3.18"
serde_json = "1.0.58"
colored = "2.0.0"
regex = "1.3.9"
regex = "1.4.3"
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.116", features = ["derive"] }
serde_yaml = "0.8.13"
serde_json = "1.0.58"
bitflags = "1.2.1"
regex = "1.3.9"
regex = "1.4.3"
once_cell = "1.4.1"
colored = "2.0.0"
fxhash = "0.2.1"

0 comments on commit efb078e

Please sign in to comment.