We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0321e80 + 16b2425 commit 99474cdCopy full SHA for 99474cd
plotters/Cargo.toml
@@ -47,10 +47,10 @@ default-features = false
47
features = ["jpeg", "png", "bmp"]
48
49
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.wasm-bindgen]
50
-version = "0.2.62"
+version = "0.2.89"
51
52
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.web-sys]
53
-version = "0.3.51"
+version = "0.3.66"
54
features = [
55
"Document",
56
"DomRect",
@@ -126,7 +126,7 @@ rand_distr = "0.4.0"
126
rand_xorshift = "0.3.0"
127
128
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
129
-wasm-bindgen-test = "0.3.24"
+wasm-bindgen-test = "0.3.39"
130
131
[[bench]]
132
name = "benchmark"
0 commit comments