diff --git a/crates/bevy_color/Cargo.toml b/crates/bevy_color/Cargo.toml index 6a32f29d9049d..7c8bde7aea6f6 100644 --- a/crates/bevy_color/Cargo.toml +++ b/crates/bevy_color/Cargo.toml @@ -23,7 +23,7 @@ derive_more = { version = "1", default-features = false, features = [ "from", "display", ] } -wgpu-types = { version = "22", default-features = false, optional = true } +wgpu-types = { version = "23", default-features = false, optional = true } encase = { version = "0.10", default-features = false } [features] diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 2d7fff5e7c358..844c40c6855d6 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -51,7 +51,7 @@ glam = { version = "0.29", features = ["serde"], optional = true } petgraph = { version = "0.6", features = ["serde-1"], optional = true } smol_str = { version = "0.2.0", features = ["serde"], optional = true } uuid = { version = "1.0", optional = true, features = ["v4", "serde"] } -wgpu-types = { version = "22", features = ["serde"], optional = true } +wgpu-types = { version = "23", features = ["serde"], optional = true } [dev-dependencies] ron = "0.8.0" diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 427dc848383e3..ba3c2457e1f2f 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -51,7 +51,7 @@ cfg-if = "1.0" raw-window-handle = "0.6" serde = { version = "1.0", features = ["derive"], optional = true } bytemuck = { version = "1.5", optional = true } -wgpu-types = { version = "22", optional = true } +wgpu-types = { version = "23", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = { version = "0.2" }