From 2df11aafbef7cc442982c873e79853292bead75a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 13:08:15 +0000 Subject: [PATCH] Bump regex from 1.11.2 to 1.12.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.12.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.11.2...1.12.1) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ccbfa5b5..853469b1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6439,9 +6439,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.2" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" +checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433" dependencies = [ "aho-corasick", "memchr", @@ -6451,9 +6451,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" +checksum = "722166aa0d7438abbaa4d5cc2c649dac844e8c56d82fb3d33e9c34b5cd268fc6" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index e392464bb..a1ba82c8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ postgres-types = { git = "https://github.com/Mooncake-Labs/rust-postgres.git", r prost = "0.14" prost-types = "0.14" rand = "0.9" -regex = "1.11" +regex = "1.12" reqwest = { version = "0.12", features = ["json"] } roaring = "0.11" rstest = "0.26"