From 5aabeda531459236cc41241980148c168248ff8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:44:27 +0000 Subject: [PATCH] chore(deps): update wgpu requirement from 29.0.3 to 30.0.0 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/v29.0.3...v30.0.0) --- updated-dependencies: - dependency-name: wgpu dependency-version: 30.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bracket-terminal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bracket-terminal/Cargo.toml b/bracket-terminal/Cargo.toml index 5f60799..79156d9 100644 --- a/bracket-terminal/Cargo.toml +++ b/bracket-terminal/Cargo.toml @@ -31,7 +31,7 @@ ultraviolet = "~0.10" parking_lot = { version = "~0.12" } ctrlc = { version = "3.5.2", optional=true } anyhow = "~1.0" -wgpu = { version = "29.0.3", optional=true } +wgpu = { version = "30.0.0", optional=true } pollster = { version = "0.4", optional=true } bytemuck = {version = "1.4.0", optional=true }