mirror of
https://github.com/fluencelabs/wasm-timer
synced 2025-04-25 11:12:12 +00:00
Update all dependencies to latest
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
parent
ee6f010a87
commit
1f59474e5f
@ -9,12 +9,12 @@ repository = "https://github.com/tomaka/wasm-timer"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
parking_lot = "0.9"
|
parking_lot = "0.11"
|
||||||
pin-utils = "0.1.0-alpha.4"
|
pin-utils = "0.1.0"
|
||||||
|
|
||||||
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies]
|
||||||
js-sys = "0.3.31"
|
js-sys = "0.3.31"
|
||||||
send_wrapper = "0.2"
|
send_wrapper = "0.4"
|
||||||
wasm-bindgen = "0.2.37"
|
wasm-bindgen = "0.2.37"
|
||||||
wasm-bindgen-futures = "0.4.4"
|
wasm-bindgen-futures = "0.4.4"
|
||||||
web-sys = { version = "0.3.31", features = ["Performance", "Window"] }
|
web-sys = { version = "0.3.31", features = ["Performance", "Window"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user