From 413aea0073780c60bb795c89b86aa8d2ebc931b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:31:15 +0000 Subject: [PATCH] build(deps): bump regex from 1.11.1 to 1.12.2 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.1 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.1...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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45e4c51..d87f74f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3693,9 +3693,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.1" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", @@ -3705,9 +3705,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/Cargo.toml b/Cargo.toml index 7530a9f..1f19e22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ web-sys = { version = "0.3.77", features = [ ]} urlencoding = { version = "2.1.3", optional = true } input-rs = { version = "0.2.5", features = ["yew"], optional = true } -regex = { version = "1.11.1", optional = true } +regex = { version = "1.12.2", optional = true } pride-rs = { version = "0.0.2", features = ["yew"], optional = true } [features]