aboutsummaryrefslogtreecommitdiffstats
path: root/components/webgpu/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/webgpu/Cargo.toml')
-rw-r--r--components/webgpu/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webgpu/Cargo.toml b/components/webgpu/Cargo.toml
index bdae2522a77..2de49927ad3 100644
--- a/components/webgpu/Cargo.toml
+++ b/components/webgpu/Cargo.toml
@@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
embedder_traits = {path = "../embedder_traits"}
-ipc-channel = "0.12"
+ipc-channel = "0.14"
log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
serde = "1.0"