Skip to content

Commit ea48c0b

Browse files
authored
Merge pull request #11 from koushiro/koushiro/update
Update all dependencies to latest
2 parents ee6f010 + 1f59474 commit ea48c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ repository = "https://github.com/tomaka/wasm-timer"
99

1010
[dependencies]
1111
futures = "0.3.1"
12-
parking_lot = "0.9"
13-
pin-utils = "0.1.0-alpha.4"
12+
parking_lot = "0.11"
13+
pin-utils = "0.1.0"
1414

1515
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
1616
js-sys = "0.3.31"
17-
send_wrapper = "0.2"
17+
send_wrapper = "0.4"
1818
wasm-bindgen = "0.2.37"
1919
wasm-bindgen-futures = "0.4.4"
2020
web-sys = { version = "0.3.31", features = ["Performance", "Window"] }

0 commit comments

Comments
 (0)