Skip to content

Commit 45bb15c

Browse files
chore(deps): update crates (#8198)
* chore(deps): update crates * chore: update * chore: license --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hana <[email protected]>
1 parent c26a11a commit 45bb15c

File tree

17 files changed

+584
-261
lines changed

17 files changed

+584
-261
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -28,68 +28,68 @@ ignored = [
2828
"rspack_plugin_merge",
2929
]
3030
[workspace.dependencies]
31-
anyhow = { version = "1.0.81", features = ["backtrace"] }
31+
anyhow = { version = "1.0.94", features = ["backtrace"] }
3232
anymap = { version = "=1.0.0-beta.2" }
33-
async-recursion = { version = "1.1.0" }
33+
async-recursion = { version = "1.1.1" }
3434
async-scoped = { version = "0.9.0" }
35-
async-trait = { version = "0.1.79" }
36-
bitflags = { version = "2.5.0" }
37-
camino = { version = "1.1.8" }
35+
async-trait = { version = "0.1.83" }
36+
bitflags = { version = "2.6.0" }
37+
camino = { version = "1.1.9" }
3838
concat-string = { version = "1.0.1" }
3939
cow-utils = { version = "0.1.3" }
4040
css-module-lexer = { version = "0.0.15" }
4141
dashmap = { version = "5.5.3" }
4242
derivative = { version = "2.2.0" }
43-
either = { version = "1.10.0" }
44-
futures = { version = "0.3.30" }
43+
either = { version = "1.13.0" }
44+
futures = { version = "0.3.31" }
4545
glob = { version = "0.3.1" }
46-
hashlink = { version = "0.9.0" }
46+
hashlink = { version = "0.9.1" }
4747
heck = { version = "0.5.0" }
4848
hex = { version = "0.4.3" }
49-
indexmap = { version = "2.2.6" }
49+
indexmap = { version = "2.7.0" }
5050
indoc = { version = "2.0.5" }
5151
itertools = { version = "0.13.0" }
5252
json = { version = "0.12.4" }
53-
lightningcss = { version = "1.0.0-alpha.60" }
53+
lightningcss = { version = "1.0.0-alpha.61" }
5454
linked_hash_set = { version = "0.1.4" }
5555
mimalloc = { version = "0.1.43" }
56-
mime_guess = { version = "2.0.4" }
57-
once_cell = { version = "1.19.0" }
56+
mime_guess = { version = "2.0.5" }
57+
once_cell = { version = "1.20.2" }
5858
parcel_sourcemap = { version = "2.1.1" }
59-
paste = { version = "1.0" }
59+
paste = { version = "1.0.15" }
6060
path-clean = { version = "1.0.1" }
61-
pathdiff = { version = "0.2.1" }
61+
pathdiff = { version = "0.2.3" }
6262
pollster = { version = "0.4.0" }
63-
proc-macro2 = { version = "1.0.79" }
64-
quote = { version = "1.0.35" }
63+
proc-macro2 = { version = "1.0.92" }
64+
quote = { version = "1.0.37" }
6565
rayon = { version = "1.10.0" }
66-
regex = { version = "1.10.4" }
66+
regex = { version = "1.11.1" }
6767
ropey = "1.6.1"
6868
rspack_resolver = { version = "0.3.5", features = ["package_json_raw_json_api"] }
6969
rspack_sources = { version = "=0.3.5" }
7070
rustc-hash = { version = "1.1.0" }
71-
serde = { version = "1.0.197" }
72-
serde_json = { version = "1.0.115" }
71+
serde = { version = "1.0.215" }
72+
serde_json = { version = "1.0.133" }
7373
simd-json = { version = "0.14.0-rc.2" }
74-
stacker = { version = "0.1.15" }
74+
stacker = { version = "0.1.17" }
7575
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
76-
syn = { version = "2.0.58" }
77-
tokio = { version = "1.37.0" }
78-
tracing = { version = "0.1.40" }
79-
tracing-subscriber = { version = "0.3.18" }
80-
unicase = { version = "2.7.0" }
81-
url = { version = "2.5.0" }
76+
syn = { version = "2.0.90" }
77+
tokio = { version = "1.42.0" }
78+
tracing = { version = "0.1.41" }
79+
tracing-subscriber = { version = "0.3.19" }
80+
unicase = { version = "2.8.0" }
81+
url = { version = "2.5.4" }
8282
urlencoding = { version = "2.1.3" }
8383
ustr = { package = "ustr-fxhash", version = "1.0.0" }
84-
xxhash-rust = { version = "0.8.10" }
84+
xxhash-rust = { version = "0.8.12" }
8585

8686
# Pinned
8787
napi = { version = "3.0.0-alpha.22" }
8888
napi-build = { version = "2.1.3" }
8989
napi-derive = { version = "3.0.0-alpha.21" }
9090

9191
# Serialize and Deserialize
92-
inventory = { version = "0.1" }
92+
inventory = { version = "=0.1" }
9393
rkyv = { version = "=0.8.8" }
9494

9595
# Must be pinned with the same swc versions

crates/node_binding/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tracing = { workspace = true }
4040
napi = { workspace = true }
4141
napi-derive = { workspace = true }
4242

43-
color-backtrace = "0.6"
43+
color-backtrace = "0.6.1"
4444

4545

4646
[build-dependencies]

crates/rspack_core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ indoc = { workspace = true }
2323
itertools = { workspace = true }
2424
json = { workspace = true }
2525
mime_guess = { workspace = true }
26-
num-bigint = "0.4.4"
26+
num-bigint = "0.4.6"
2727
once_cell = { workspace = true }
2828
paste = { workspace = true }
2929
rayon = { workspace = true }
@@ -70,7 +70,7 @@ url = { workspace = true }
7070
ustr = { workspace = true }
7171

7272
[dev-dependencies]
73-
pretty_assertions = { version = "1.4.0" }
73+
pretty_assertions = { version = "1.4.1" }
7474

7575
[lints]
7676
workspace = true

crates/rspack_error/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ owo-colors = "3.5.0"
1818
rspack_collections = { workspace = true }
1919
rspack_paths = { workspace = true }
2020
swc_core = { workspace = true, features = ["common", "common_concurrent"] }
21-
termcolor = "1"
21+
termcolor = "1.4.1"
2222
textwrap = "0.15.2"
23-
thiserror = "1"
23+
thiserror = "1.0.69"
2424

2525
unicode-width = "0.2.0"

crates/rspack_hook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.2.0"
99

1010
[dependencies]
1111
async-trait = { workspace = true }
12-
futures-concurrency = "7.5.0"
12+
futures-concurrency = "7.6.2"
1313
rspack_error = { workspace = true }
1414
rspack_macros = { workspace = true }
1515
rustc-hash = { workspace = true }

crates/rspack_loader_swc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ plugin = [
1919
[dependencies]
2020
anyhow = { workspace = true }
2121
async-trait = { workspace = true }
22-
base64 = { version = "0.22" }
22+
base64 = { version = "0.22.1" }
2323
dashmap = { workspace = true }
2424
either = { workspace = true }
25-
jsonc-parser = { version = "0.26.0", features = ["serde"] }
25+
jsonc-parser = { version = "0.26.2", features = ["serde"] }
2626
rspack_ast = { workspace = true }
2727
rspack_core = { workspace = true }
2828
rspack_error = { workspace = true }
@@ -36,4 +36,4 @@ stacker = { workspace = true }
3636
swc = { workspace = true, features = ["manual-tokio-runtmie"] }
3737
swc_config = { workspace = true }
3838
swc_core = { workspace = true, features = ["base", "ecma_ast", "common"] }
39-
url = "2.5.0"
39+
url = "2.5.4"

crates/rspack_macros_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rspack_macros = { workspace = true }
1515
rspack_util = { workspace = true }
1616
tokio = { workspace = true, features = ["macros"] }
1717
tracing = { workspace = true }
18-
trybuild = { version = "1.0.91", features = ["diff"] }
18+
trybuild = { version = "1.0.101", features = ["diff"] }
1919

2020
[package.metadata.cargo-shear]
2121
ignored = ["tracing"]

crates/rspack_napi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ version = "0.2.0"
99

1010
[dependencies]
1111
napi = { workspace = true, features = ["async", "tokio_rt", "serde-json", "napi4", "anyhow"] }
12-
oneshot = "0.1.6"
12+
oneshot = "0.1.8"
1313
rspack_error = { workspace = true }
1414
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "test-util", "parking_lot"] }

crates/rspack_plugin_copy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dashmap = { workspace = true }
1010
derivative = { workspace = true }
1111
futures = { workspace = true }
1212
glob = { workspace = true }
13-
lazy_static = "1.4.0"
13+
lazy_static = "1.5.0"
1414
pathdiff = { workspace = true, features = ["camino"] }
1515
regex = { workspace = true }
1616
rspack_core = { workspace = true }

0 commit comments

Comments
 (0)