From 32972f2df9a90b08a2d20a348af99b128b4c72ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:12:06 +0000 Subject: [PATCH] rust-deps: bump wgpu from 30.0.0 to 30.0.1 in /engine Bumps [wgpu](https://github.com/gfx-rs/wgpu) from 30.0.0 to 30.0.1. - [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/v30.0.0...v30.0.1) --- updated-dependencies: - dependency-name: wgpu dependency-version: 30.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- engine/Cargo.lock | 4 ++-- engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/Cargo.lock b/engine/Cargo.lock index 3908705..0aca1b2 100644 --- a/engine/Cargo.lock +++ b/engine/Cargo.lock @@ -994,9 +994,9 @@ dependencies = [ [[package]] name = "wgpu" -version = "30.0.0" +version = "30.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d8f4bd44d92da5270f03409dba9f952dab24f128e05d6a554926101d1bf9114" +checksum = "527ccdf43dd5b2e8676eed9984ce00e2bbb0a1b85b70c1969dcb6cd2eb55ab9e" dependencies = [ "arrayvec", "bitflags", diff --git a/engine/Cargo.toml b/engine/Cargo.toml index c6542a1..a96e6c0 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -43,7 +43,7 @@ blockwild-render-web = { path = "crates/blockwild-render-web" } blockwild-runtime-wire = { path = "crates/blockwild-runtime-wire" } wasm-bindgen = "=0.2.127" wasm-bindgen-futures = "=0.4.77" -wgpu = { version = "=30.0.0", default-features = false, features = ["std", "wgsl"] } +wgpu = { version = "=30.0.1", default-features = false, features = ["std", "wgsl"] } pollster = "=0.4.0" [workspace.lints.rust]