Skip to content

Commit 99474cd

Browse files
authored
Merge pull request #629 from workingjubilee/dep-wasm-bindgen-0.2.89
plotters: Depend on wasm-bindgen 0.2.89 or higher
2 parents 0321e80 + 16b2425 commit 99474cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotters/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ default-features = false
4747
features = ["jpeg", "png", "bmp"]
4848

4949
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.wasm-bindgen]
50-
version = "0.2.62"
50+
version = "0.2.89"
5151

5252
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.web-sys]
53-
version = "0.3.51"
53+
version = "0.3.66"
5454
features = [
5555
"Document",
5656
"DomRect",
@@ -126,7 +126,7 @@ rand_distr = "0.4.0"
126126
rand_xorshift = "0.3.0"
127127

128128
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
129-
wasm-bindgen-test = "0.3.24"
129+
wasm-bindgen-test = "0.3.39"
130130

131131
[[bench]]
132132
name = "benchmark"

0 commit comments

Comments
 (0)