Skip to content

Commit cb2d120

Browse files
committed
Update cargo
1 parent ed4d835 commit cb2d120

File tree

3 files changed

+73
-66
lines changed

3 files changed

+73
-66
lines changed

Cargo.lock

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

bindings/devup-ui-wasm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ crate-type = ["cdylib", "rlib"]
1515
default = ["console_error_panic_hook"]
1616

1717
[dependencies]
18-
wasm-bindgen = "0.2.101"
18+
wasm-bindgen = "0.2.103"
1919
extractor = { path = "../../libs/extractor" }
2020
sheet = { path = "../../libs/sheet" }
2121
css = { path = "../../libs/css" }
@@ -26,13 +26,13 @@ css = { path = "../../libs/css" }
2626
# code size when deploying.
2727
console_error_panic_hook = { version = "0.1.7", optional = true }
2828
once_cell = "1.21.3"
29-
js-sys = "0.3.78"
29+
js-sys = "0.3.80"
3030
serde_json = "1.0.145"
3131
serde-wasm-bindgen = "0.6.5"
3232
bimap = { version = "0.6.3", features = ["serde"] }
3333

3434
[dev-dependencies]
35-
wasm-bindgen-test = "0.3.51"
35+
wasm-bindgen-test = "0.3.53"
3636
serial_test = "3.2.0"
3737
insta = "1.43.2"
3838
rstest = "0.26.1"

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.89.0"
8-
oxc_syntax = "0.89.0"
9-
oxc_span = "0.89.0"
10-
oxc_allocator = "0.89.0"
11-
oxc_ast = "0.89.0"
12-
oxc_ast_visit = "0.89.0"
13-
oxc_codegen = "0.89.0"
7+
oxc_parser = "0.90.0"
8+
oxc_syntax = "0.90.0"
9+
oxc_span = "0.90.0"
10+
oxc_allocator = "0.90.0"
11+
oxc_ast = "0.90.0"
12+
oxc_ast_visit = "0.90.0"
13+
oxc_codegen = "0.90.0"
1414
css = { path = "../css" }
1515
phf = "0.13"
1616
strum = "0.27.2"

0 commit comments

Comments
 (0)