Skip to content

Commit 4833a75

Browse files
committed
bump deps
1 parent 9711dae commit 4833a75

File tree

2 files changed

+78
-35
lines changed

2 files changed

+78
-35
lines changed

Cargo.lock

+75-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ doctest = false
2929
[dependencies]
3030
oxc = "0.68.1"
3131

32-
swc_ecma_parser = { version = "10.0.2", features = ["typescript"] }
33-
swc_ecma_ast = "8.0.2"
32+
swc_ecma_parser = { version = "12.0.0", features = ["typescript"] }
33+
swc_ecma_ast = "9.0.0"
3434

3535
# biome_js_parser = "0.5.6"
3636
# biome_js_syntax = "0.5.6"
3737

3838
num_cpus = "1.16.0"
3939
criterion2 = { version = "3.0.0", default-features = false }
4040
rayon = "1.10.0"
41-
mimalloc = "0.1.43"
41+
mimalloc = "0.1.46"
4242

4343
[features]
4444
codspeed = ["criterion2/codspeed"]

0 commit comments

Comments
 (0)