From 6c25b5135dfa6d9be35f6993e4b43d442977eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 2 Apr 2022 19:54:40 +0200 Subject: chore: update tokio, tokio-util and libc dependencies (#14174) --- ext/webgpu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/webgpu') 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"] } -- cgit v1.2.3