From 684774072f952b050ae57676f33f64b890417e6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:03:32 +0000 Subject: [PATCH] Update Rust crate regex to 1.12.4 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 747bd38..a1a762b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4362,9 +4362,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", @@ -4391,9 +4391,9 @@ checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" [[package]] name = "regex-syntax" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "reqwest" diff --git a/Cargo.toml b/Cargo.toml index 8fcf062..b01944b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ datafusion-cli = "53.1.0" dirs = "6.0.0" env_logger = "0.11.10" mimalloc = "0.1.50" -regex = "1.12.3" +regex = "1.12.4" tokio = { version = "1.52.1", features = ["full"] } vortex-datafusion = "0.70.0"