From 186c3e455b7acca5b6ad3b00fa7c97463a48b4f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 21:25:05 +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 a05e99d..a4bdf00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -979,9 +979,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 3543192..61667f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ async-recursion = "1.0.4" actix-web = "4.3.1" lazy_static = "1.4.0" redis = { version = "0.23.0", default-features = false, features = ["tokio-comp", "connection-manager"] } -regex = "1.8.2" +regex = "1.8.3" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.163", default-features = false, features = ["derive"]} serde_json = "1.0.96"