From 2bf02fb52cb80274e161220f687948721afebcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:32:07 +0000 Subject: [PATCH] Update wgpu-types requirement from 22 to 23 Updates the requirements on [wgpu-types](https://github.com/gfx-rs/wgpu) to permit the latest version. - [Release notes](https://github.com/gfx-rs/wgpu/releases) - [Changelog](https://github.com/gfx-rs/wgpu/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/wgpu-types-v22.0.0...wgpu-types-v23.0.0) --- updated-dependencies: - dependency-name: wgpu-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_color/Cargo.toml | 2 +- crates/bevy_reflect/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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" }