summaryrefslogtreecommitdiff
path: root/extensions/webgpu
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-05-17 14:44:40 +0200
committerGitHub <noreply@github.com>2021-05-17 14:44:40 +0200
commit94eabfeeba3849a5d3a853eca337e0628f4524e1 (patch)
tree41ba7869fc9228fd626d76586977b8307147ce8e /extensions/webgpu
parent30b2779bb6239f7a59d64cec65637d83118f3c8f (diff)
chore: update dependencies (#10660)
Diffstat (limited to 'extensions/webgpu')
-rw-r--r--extensions/webgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/webgpu/Cargo.toml b/extensions/webgpu/Cargo.toml
index 56f2a8f02..fb9ffce74 100644
--- a/extensions/webgpu/Cargo.toml
+++ b/extensions/webgpu/Cargo.toml
@@ -17,5 +17,5 @@ path = "lib.rs"
deno_core = { version = "0.87.0", path = "../../core" }
tokio = { version = "1.6.0", features = ["full"] }
serde = { version = "1.0.125", features = ["derive"] }
-wgpu-core = { version = "0.8.0", features = ["trace"] }
+wgpu-core = { version = "0.8.1", features = ["trace"] }
wgpu-types = "0.8.0"