From fb07827743fb02769f6825b46586d3feb1a85f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:59:39 +0000 Subject: [PATCH] chore(deps): update patch crates --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- fuzz/Cargo.toml | 2 +- napi/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d494e4e2..b0e1af45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -985,9 +985,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", @@ -1008,9 +1008,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.8" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rspack_napi_resolver" diff --git a/Cargo.toml b/Cargo.toml index 715956e5..dc588b6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ criterion = { version = "4.3.0", package = "codspeed-criterion-compat", default- normalize-path = { version = "0.2.1" } rayon = { version = "1.12.0" } -regex = "1.12.3" +regex = "1.12.4" vfs = "0.13.0" # for testing with in memory file system # Benchmark allocator features kept aligned with rspack's `xtask/benchmark`. diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 6d0377b9..bc2e09f1 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -19,5 +19,5 @@ doc = false bench = false [dependencies] -libfuzzer-sys = "0.4.12" +libfuzzer-sys = "0.4.13" rspack_resolver = { path = ".." } diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 5f20e25d..c695ea74 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -13,7 +13,7 @@ test = false napi = { version = "3.9.0", default-features = false, features = ["napi3", "serde-json", "async"] } napi-build = { version = "2.3.2", default-features = false } napi-derive = { version = "3.5.6" } -regex = "1.12.3" +regex = "1.12.4" rspack_resolver = { path = "..", package = "rspack_resolver" } tracing-subscriber = { version = "0.3.23", default-features = false, features = ["std", "fmt", "ansi"] }