diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 1272e26a..9226f3c1 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -47,10 +47,10 @@ default-features = false features = ["jpeg", "png", "bmp"] [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.wasm-bindgen] -version = "0.2.62" +version = "0.2.89" [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies.web-sys] -version = "0.3.51" +version = "0.3.66" features = [ "Document", "DomRect", @@ -126,7 +126,7 @@ rand_distr = "0.4.0" rand_xorshift = "0.3.0" [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies] -wasm-bindgen-test = "0.3.24" +wasm-bindgen-test = "0.3.39" [[bench]] name = "benchmark"