diff --git a/Cargo.lock b/Cargo.lock index 319c7be964..10234b6de1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3638,9 +3638,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b189b3da52..b4131c6364 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ percent-encoding = "=2.2.0" pin-project = "1.0.11" # don't pin because they yank crates from cargo pretty_assertions = "=1.3.0" rand = "=0.8.5" -regex = "=1.6.0" +regex = "^1.7.0" reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks"] } ring = "=0.16.20" rusqlite = { version = "=0.28.0", features = ["unlock_notify", "bundled"] }