From 9f708ead7a10763c0201cbc29382fefc6822e23a Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 13 Feb 2021 20:17:57 +0100 Subject: Upgrade rust dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aa18d6f..5576150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,12 +11,12 @@ license = 'LICENSE' crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.58" -js-sys = "0.3.35" +wasm-bindgen = "0.2.70" +js-sys = "0.3.47" console_error_panic_hook = "0.1.6" [dependencies.web-sys] -version = "0.3.35" +version = "0.3.47" features = [ 'CanvasRenderingContext2d', 'Document', -- cgit v1.2.3