Skip to content

Commit

Permalink
Update all dependencies to latest
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
koushiro committed Aug 30, 2020
1 parent ee6f010 commit 1f59474
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 1f59474

Please sign in to comment.