Skip to content

Commit 6418a03

Browse files
chore(deps): update patch crates (#270)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d70be68 commit 6418a03

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ criterion = { version = "4.3.0", package = "codspeed-criterion-compat", default-
111111

112112
normalize-path = { version = "0.2.1" }
113113
rayon = { version = "1.12.0" }
114-
regex = "1.12.3"
114+
regex = "1.12.4"
115115
vfs = "0.13.0" # for testing with in memory file system
116116

117117
# Benchmark allocator features kept aligned with rspack's `xtask/benchmark`.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ doc = false
1919
bench = false
2020

2121
[dependencies]
22-
libfuzzer-sys = "0.4.12"
22+
libfuzzer-sys = "0.4.13"
2323
rspack_resolver = { path = ".." }

napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test = false
1313
napi = { version = "3.9.0", default-features = false, features = ["napi3", "serde-json", "async"] }
1414
napi-build = { version = "2.3.2", default-features = false }
1515
napi-derive = { version = "3.5.6" }
16-
regex = "1.12.3"
16+
regex = "1.12.4"
1717
rspack_resolver = { path = "..", package = "rspack_resolver" }
1818
tracing-subscriber = { version = "0.3.23", default-features = false, features = ["std", "fmt", "ansi"] }
1919

0 commit comments

Comments
 (0)