From e52e236d3cfa7457ae65e585f63e92f483835359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:14:21 +0000 Subject: [PATCH] chore(deps): update wgpu requirement from 29 to 30 in /Materialize Updates the requirements on [wgpu](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-v29.0.1...v30.0.0) --- updated-dependencies: - dependency-name: wgpu dependency-version: 30.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Materialize/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Materialize/Cargo.toml b/Materialize/Cargo.toml index 8daa3b89..d94b1741 100644 --- a/Materialize/Cargo.toml +++ b/Materialize/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["pbr", "texture", "normal-map", "gpu", "wgpu"] categories = ["graphics", "command-line-utilities"] [dependencies] -wgpu = "29" +wgpu = "30" tokio = { version = "1.52", features = ["full"] } pollster = "0.4" futures = "0.3"