Skip to content

Commit c43d671

Browse files
fix(deps): update rust-wasm-bindgen monorepo
1 parent 6c19798 commit c43d671

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rmp-serde = "1.3.1"
1818
serde = { version = "1.0.228", features = ["derive"] }
1919
thiserror = "2.0.17"
2020
# Must be the version supported by the current version of `wasmbuild`.
21-
wasm-bindgen = "=0.2.106"
21+
wasm-bindgen = "=0.2.112"
2222

2323
[dependencies.plotters]
2424
version = "0.3.7"
@@ -32,7 +32,7 @@ features = ["js"]
3232

3333
[dependencies.web-sys]
3434
# Must be the version supported by the current version of `wasmbuild`.
35-
version = "=0.3.83"
35+
version = "=0.3.89"
3636
features = [
3737
"CanvasRenderingContext2d",
3838
"CssStyleDeclaration",

0 commit comments

Comments
 (0)