From 727e9c4c9e2aa2f147e98dfd4f75bb698c160549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 17:33:25 +0000 Subject: [PATCH] build(deps): bump wgpu from 30.0.0 to 30.0.1 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce8a2f7..028452c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,9 +1038,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/Cargo.toml b/Cargo.toml index ea8061d..10452fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ pollster = "=1.0.1" sdl3 = { version = "=0.18.4", default-features = false, features = ["build-from-source-static", "raw-window-handle"] } sha2 = "=0.11.0" tempfile = "=3.27.0" -wgpu = { version = "=30.0.0", default-features = false, features = ["std", "dx12", "vulkan", "wgsl"] } +wgpu = { version = "=30.0.1", default-features = false, features = ["std", "dx12", "vulkan", "wgsl"] } [workspace.lints.rust] unsafe_code = "deny"