Update Rust crate regex to 1.7.0
This commit is contained in:
parent
502bb26b90
commit
cbaa6b9e8d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1235,9 +1235,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
version = "1.6.0"
|
version = "1.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aho-corasick",
|
"aho-corasick",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -12,6 +12,6 @@ async-trait = { version = "0.1.58" }
|
|||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
regex = { version = "1.6.0" }
|
regex = { version = "1.7.0" }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
uuid = {version = "1.2.1", features = ["v4", "fast-rng"]}
|
uuid = {version = "1.2.1", features = ["v4", "fast-rng"]}
|
||||||
|
Loading…
Reference in New Issue
Block a user