Update Rust crate regex to 1.8.3

This commit is contained in:
renovate[bot] 2023-05-25 19:28:58 +00:00
parent ab1f54bf51
commit 4ff43a7160
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1235,9 +1235,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.8.2"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
dependencies = [
"aho-corasick",
"memchr",

View File

@ -11,7 +11,7 @@ image = "0.24.6"
mimalloc = "0.1.37"
once_cell = "1.17.1"
qstring = "0.7.2"
regex = "1.8.2"
regex = "1.8.3"
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.28.1", features = ["full"]}
webp = "0.2.2"