From 6a1a50260168b2f041e4d8be66567aa645fe3224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:03:30 +0000 Subject: [PATCH] build(deps): bump regex from 1.12.3 to 1.13.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.12.3 to 1.13.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.12.3...1.13.1) --- updated-dependencies: - dependency-name: regex dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1693753..4837cdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,9 +1080,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.3" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 57523a5..9ca215d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "=1.21.4" proptest = "1.5" rand = "=0.9.3" reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls"] } -regex = "=1.12.3" +regex = "=1.13.1" serde = { version = "=1.0.228", features = ["derive"] } serde_json = { version = "=1.0.149", features = ["arbitrary_precision"] } tempfile = "=3.27.0"