From 7419f8a453cb6cb3836c25925b68288f343a8301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:03:42 +0000 Subject: [PATCH] Update Rust crate regex to 1.7.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd1b008..fe4f664 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,9 +1169,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ea8e8cd..442e657 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ actix-web = "4.2.1" image = "0.24.5" lazy_static = "1.4.0" qstring = "0.7.2" -regex = "1.7.0" +regex = "1.7.1" reqwest = {version = "0.11.13", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false} tokio = {version = "1.24.1", features = ["full"]} webp = "0.2.2"