From d85b8cc78ac1142e456e1c0d1e1fbdb66fa52944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:48:17 +0000 Subject: [PATCH] build(deps): bump regex from 1.11.2 to 1.12.2 in /api Bumps [regex](https://github.com/rust-lang/regex) from 1.11.2 to 1.12.2. - [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.2) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/Cargo.lock | 8 ++++---- api/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/Cargo.lock b/api/Cargo.lock index afdbf33..9e8f78b 100644 --- a/api/Cargo.lock +++ b/api/Cargo.lock @@ -3243,9 +3243,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.2" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", @@ -3255,9 +3255,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.9" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" dependencies = [ "aho-corasick", "memchr", diff --git a/api/Cargo.toml b/api/Cargo.toml index 6410bec..00b750a 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -12,7 +12,7 @@ dotenv = "0.15.0" httpstatus = "0.1.2" log = "0.4.28" chrono = "0.4.42" -regex = "1.11.2" +regex = "1.12.2" thiserror = "2.0.16" once_cell = "1.21.3" postgres = { path = "../postgres-db" }