Skip to content

Commit 7d9f359

Browse files
committed
Update cargo dep
1 parent 995fd6f commit 7d9f359

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

Cargo.lock

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

libs/extractor/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
oxc_parser = "0.97.0"
8-
oxc_syntax = "0.97.0"
9-
oxc_span = "0.97.0"
10-
oxc_allocator = "0.97.0"
11-
oxc_ast = "0.97.0"
12-
oxc_ast_visit = "0.97.0"
13-
oxc_codegen = "0.97.0"
7+
oxc_parser = "0.98.0"
8+
oxc_syntax = "0.98.0"
9+
oxc_span = "0.98.0"
10+
oxc_allocator = "0.98.0"
11+
oxc_ast = "0.98.0"
12+
oxc_ast_visit = "0.98.0"
13+
oxc_codegen = "0.98.0"
1414
css = { path = "../css" }
1515
phf = "0.13"
1616
strum = "0.27.2"

0 commit comments

Comments
 (0)