Skip to content

Commit a86d526

Browse files
chore: bump up all non-major dependencies to 0.120
1 parent befb271 commit a86d526

File tree

2 files changed

+43
-54
lines changed

2 files changed

+43
-54
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ resolver = "3"
66
thiserror = "2"
77
rustc-hash = "2"
88
indexmap = "2.10"
9-
oxc_allocator = "0.117"
10-
oxc_ast = "0.117"
11-
oxc_codegen = "0.117"
12-
oxc_data_structures = "0.117"
13-
oxc_diagnostics = "0.117"
14-
oxc_ecmascript = "0.117"
15-
oxc_parser = "0.117"
16-
oxc_semantic = "0.117"
17-
oxc_span = "0.117"
18-
oxc_syntax = "0.117"
19-
oxc_traverse = "0.117"
9+
oxc_allocator = "0.120"
10+
oxc_ast = "0.120"
11+
oxc_codegen = "0.120"
12+
oxc_data_structures = "0.120"
13+
oxc_diagnostics = "0.120"
14+
oxc_ecmascript = "0.120"
15+
oxc_parser = "0.120"
16+
oxc_semantic = "0.120"
17+
oxc_span = "0.120"
18+
oxc_syntax = "0.120"
19+
oxc_traverse = "0.120"
2020
napi = "3"
2121
napi-derive = "3"
2222
napi-build = "2"

0 commit comments

Comments
 (0)