summaryrefslogtreecommitdiffstats
path: root/third_party/rust/wgpu-types/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/wgpu-types/Cargo.toml')
-rw-r--r--third_party/rust/wgpu-types/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/rust/wgpu-types/Cargo.toml b/third_party/rust/wgpu-types/Cargo.toml
index c6f8b3002d..44bfa08b33 100644
--- a/third_party/rust/wgpu-types/Cargo.toml
+++ b/third_party/rust/wgpu-types/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2021"
rust-version = "1.74"
name = "wgpu-types"
-version = "0.19.0"
+version = "0.20.0"
authors = ["gfx-rs developers"]
description = "WebGPU types"
homepage = "https://wgpu.rs/"
@@ -45,7 +45,7 @@ features = ["serde_derive"]
optional = true
[dev-dependencies]
-serde_json = "1.0.113"
+serde_json = "1.0.116"
[dev-dependencies.serde]
version = "1"