We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c19798 commit c43d671Copy full SHA for c43d671
Cargo.toml
@@ -18,7 +18,7 @@ rmp-serde = "1.3.1"
18
serde = { version = "1.0.228", features = ["derive"] }
19
thiserror = "2.0.17"
20
# Must be the version supported by the current version of `wasmbuild`.
21
-wasm-bindgen = "=0.2.106"
+wasm-bindgen = "=0.2.112"
22
23
[dependencies.plotters]
24
version = "0.3.7"
@@ -32,7 +32,7 @@ features = ["js"]
32
33
[dependencies.web-sys]
34
35
-version = "=0.3.83"
+version = "=0.3.89"
36
features = [
37
"CanvasRenderingContext2d",
38
"CssStyleDeclaration",
0 commit comments