Skip to content

Commit 5ee685e

Browse files
authored
Upgrade parking_lot
See rustwasm/wasm-bindgen#2160
1 parent f9f5ee6 commit 5ee685e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/tomaka/wasm-timer"
99

1010
[dependencies]
1111
futures = "0.3.1"
12-
parking_lot = "0.11"
12+
parking_lot = "0.12"
1313
pin-utils = "0.1.0"
1414

1515
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]

0 commit comments

Comments
 (0)