From 899e850d2bbc46fbab2d2ce4f8afa06e437b62fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:05:23 +0000 Subject: [PATCH] chore(deps): update wgpu requirement Updates the requirements on [wgpu](https://github.com/gfx-rs/wgpu) to permit the latest version. Updates `wgpu` to 30.0.0 - [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-v29.0.1...v30.0.0) --- updated-dependencies: - dependency-name: wgpu dependency-version: 30.0.0 dependency-type: direct:production dependency-group: all-cargo-version-updates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4731f59..6b122fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ toml = "1.1" url = "2.5.7" walkdir = "2.5.0" webgpu-shim = { path = "webgpu-shim", version = "0.1" } -wgpu = { version = "29.0.0" } +wgpu = { version = "30.0.0" } [workspace.lints.rust] missing_debug_implementations = "warn"