Skip to content

Commit 5cc1a58

Browse files
chore(deps): update oxc to 0.122 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1cff1c2 commit 5cc1a58

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ multiple_crate_versions = "allow"
8787

8888
[workspace.dependencies]
8989
# External oxc crates from crates.io
90-
oxc_allocator = "0.121"
91-
oxc_ast = "0.121"
92-
oxc_ast_visit = "0.121"
93-
oxc_diagnostics = "0.121"
94-
oxc_napi = "0.121"
95-
oxc_parser = "0.121"
96-
oxc_semantic = "0.121"
97-
oxc_span = "0.121"
90+
oxc_allocator = "0.122"
91+
oxc_ast = "0.122"
92+
oxc_ast_visit = "0.122"
93+
oxc_diagnostics = "0.122"
94+
oxc_napi = "0.122"
95+
oxc_parser = "0.122"
96+
oxc_semantic = "0.122"
97+
oxc_span = "0.122"
9898
oxc_sourcemap = "6.0.1"
9999

100100
# Internal

0 commit comments

Comments
 (0)