From 1f59474e5f675b80e9a13b4a320fa2d02c7c28a3 Mon Sep 17 00:00:00 2001 From: koushiro Date: Sun, 30 Aug 2020 13:54:02 +0800 Subject: [PATCH] Update all dependencies to latest Signed-off-by: koushiro --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 857c00f..6e896dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,12 @@ repository = "https://github.com/tomaka/wasm-timer" [dependencies] futures = "0.3.1" -parking_lot = "0.9" -pin-utils = "0.1.0-alpha.4" +parking_lot = "0.11" +pin-utils = "0.1.0" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] js-sys = "0.3.31" -send_wrapper = "0.2" +send_wrapper = "0.4" wasm-bindgen = "0.2.37" wasm-bindgen-futures = "0.4.4" web-sys = { version = "0.3.31", features = ["Performance", "Window"] }