diff options
Diffstat (limited to 'ext/webgpu')
-rw-r--r-- | ext/webgpu/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index ca34de361..1994a131c 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -13,6 +13,6 @@ description = "WebGPU implementation for Deno" [dependencies] deno_core = { version = "0.127.0", path = "../../core" } serde = { version = "1.0", features = ["derive"] } -tokio = { version = "1.10", features = ["full"] } +tokio = { version = "1.17", features = ["full"] } wgpu-core = { version = "0.12", features = ["trace", "replay", "serde"] } wgpu-types = { version = "0.12", features = ["trace", "replay", "serde"] } |