From 848311785704011447cf7496f8a94fc9fc3d93b6 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:53:46 +0000 Subject: [PATCH] chore(deps): update rust crate regex to v1.12.3 --- integration/testdata/fixtures/repo/cargo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/testdata/fixtures/repo/cargo/Cargo.toml b/integration/testdata/fixtures/repo/cargo/Cargo.toml index 86bc84d93087..75eb691204a1 100644 --- a/integration/testdata/fixtures/repo/cargo/Cargo.toml +++ b/integration/testdata/fixtures/repo/cargo/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -regex = "=1.7.3" +regex = "=1.12.3" [target.'cfg(not(target_os = "windows"))'.dependencies] memchr = { version = "1.*", optional = true }