From 4ff43a716033f04998b765e0a7ca7e285a93404d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 19:28:58 +0000 Subject: [PATCH] Update Rust crate regex to 1.8.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 737bc7a..6917a23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 1635fc3..cc0f245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"