diff --git a/Cargo.toml b/Cargo.toml index a9eca830b..b4e3c00a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ winit = "0.30" pollster = "0.4" [target.wasm32-unknown-unknown.dependencies] -oneshot = "0.1" +oneshot = { version = "0.2.0", features = ["async"] } getrandom = { version = "0.3", features = ["wasm_js"] } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4.54"