Skip to content

Commit fb81a2d

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

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,41 +77,41 @@ name = "resolver"
7777
[dependencies]
7878
dashmap = "6.1.0"
7979
serde = { version = "1.0.228", features = ["derive"] } # derive for Deserialize from package.json
80-
serde_json = { version = "1.0.145", features = [
80+
serde_json = { version = "1.0.150", features = [
8181
"preserve_order",
8282
] } # preserve_order: package_json.exports requires order such as `["require", "import", "default"]`
83-
tracing = "0.1.41"
83+
tracing = "0.1.44"
8484

8585
simd-json = { version = "0.17.0", features = ["serde_impl", "runtime-detection"], default-features = false }
8686

8787
camino = { version = "1.2.2", features = ["serde1"] } # UTF-8 path types used for all internal path representations
88-
cfg-if = "1.0"
88+
cfg-if = "1.0.4"
8989
dunce = "1.0.5" # Normalize Windows paths to the most compatible format, avoiding UNC where possible
90-
indexmap = { version = "2.12.0", features = ["serde"] }
91-
json-strip-comments = "3.0.1"
92-
rustc-hash = { version = "2.1.1", default-features = false, features = ["std"] }
93-
thiserror = "2.0.17"
90+
indexmap = { version = "2.14.0", features = ["serde"] }
91+
json-strip-comments = "3.1.1"
92+
rustc-hash = { version = "2.1.2", default-features = false, features = ["std"] }
93+
thiserror = "2.0.18"
9494

95-
pnp = { version = "0.12.5", optional = true }
95+
pnp = { version = "0.12.9", optional = true }
9696

97-
arc-swap = { version = "1.8.2", optional = true }
97+
arc-swap = { version = "1.9.1", optional = true }
9898
async-trait = "0.1.89"
99-
document-features = { version = "0.2.8", optional = true }
100-
futures = "0.3.31"
99+
document-features = { version = "0.2.12", optional = true }
100+
futures = "0.3.32"
101101

102102
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
103-
tokio = { version = "1.48.0", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
103+
tokio = { version = "1.52.3", default-features = false, features = ["sync", "rt-multi-thread", "macros", "fs"] }
104104
[target.'cfg(target_arch = "wasm32")'.dependencies]
105-
tokio = { version = "1.48.0", default-features = false, features = ["sync", "rt", "macros"] }
105+
tokio = { version = "1.52.3", default-features = false, features = ["sync", "rt", "macros"] }
106106

107107
[dev-dependencies]
108108
criterion = { version = "4.3.0", package = "codspeed-criterion-compat", default-features = false, features = [
109109
"async_tokio",
110110
] }
111111

112112
normalize-path = { version = "0.2.1" }
113-
rayon = { version = "1.11.0" }
114-
regex = "1.12.2"
113+
rayon = { version = "1.12.0" }
114+
regex = "1.12.3"
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.7"
22+
libfuzzer-sys = "0.4.12"
2323
rspack_resolver = { path = ".." }

napi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ 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.11.1"
16+
regex = "1.12.3"
1717
rspack_resolver = { path = "..", package = "rspack_resolver" }
18-
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt", "ansi"] }
18+
tracing-subscriber = { version = "0.3.23", default-features = false, features = ["std", "fmt", "ansi"] }
1919

2020
[build-dependencies]
2121
napi-build = "2.3.2"

0 commit comments

Comments
 (0)