Browse Source

Bump regex from 1.4.0 to 1.4.1 (#866)

pull/870/head
dependabot[bot] 4 years ago committed by GitHub
parent
commit
6834f7be25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Cargo.lock
  2. 2
      boa_cli/Cargo.toml
  3. 2
      boa_tester/Cargo.toml

8
Cargo.lock generated

@ -947,9 +947,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f45b719a674bf4b828ff318906d6c133264c793eff7a41e30074a45b5099e2"
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
dependencies = [
"aho-corasick",
"memchr",
@ -968,9 +968,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
version = "0.6.19"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17be88d9eaa858870aa5e48cc406c206e4600e983fc4f06bbe5750d93d09761"
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
[[package]]
name = "regress"

2
boa_cli/Cargo.toml

@ -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.0"
regex = "1.4.1"
lazy_static = "1.4.0"
[target.x86_64-unknown-linux-gnu.dependencies]

2
boa_tester/Cargo.toml

@ -17,7 +17,7 @@ serde = { version = "1.0.116", features = ["derive"] }
serde_yaml = "0.8.13"
serde_json = "1.0.59"
bitflags = "1.2.1"
regex = "1.4.0"
regex = "1.4.1"
once_cell = "1.4.1"
colored = "2.0.0"
fxhash = "0.2.1"

Loading…
Cancel
Save