From 8f84b71ca2e2222bdf4d356c0e23ce29e42b2db0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 04:32:50 +0000 Subject: [PATCH] Update Rust crate regex to 1.10.6 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a4e0a296cf..9827a75629e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7922,9 +7922,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index fa4d5ab2624..5070f798114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -470,7 +470,7 @@ rayon = "1.10" rcgen = "0.12.1" reedline = "0.31.0" ref-cast = "1.0" -regex = "1.10.5" +regex = "1.10.6" regress = "0.9.1" reqwest = { version = "0.11", default-features = false } ring = "0.17.8"