From fc736175792ac9d7f6553f6c5d1d048008b8be0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:12:10 +0000 Subject: [PATCH] Update Rust crate regex to v1.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58f8ca97d8c..bb98fda2337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3874,9 +3874,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index ba06cb18926..e838a5bb196 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,6 +128,6 @@ claims = "=0.7.1" diesel = { version = "=2.2.4", features = ["r2d2"] } googletest = "=0.12.0" insta = { version = "=1.40.0", features = ["glob", "json", "redactions"] } -regex = "=1.11.0" +regex = "=1.11.1" tokio = "=1.41.0" zip = { version = "=2.2.0", default-features = false, features = ["deflate"] }