From 5722525162597b688416a7aad916ffda24468fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 00:04:05 +0000 Subject: [PATCH] Update wgpu requirement from 0.15 to 0.19 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/v0.19.3/CHANGELOG.md) - [Commits](https://github.com/gfx-rs/wgpu/compare/v0.15.0...v0.19.3) --- updated-dependencies: - dependency-name: wgpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6c12e2..e2f5536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ wio = "0.2" [dev-dependencies] pollster = "0.3" -wgpu = "0.15" +wgpu = "0.19" wgpu-subscriber = "0.1.0" winit = "0.28"