From 9d3c9d8fdfe9f54bc9d0c29c0a41ed768d5ca528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:00:22 -0400 Subject: [PATCH] Update wgpu requirement from 0.16.1 to 0.17.0 (#521) 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/v0.16.1...v0.16.3) --- updated-dependencies: - dependency-name: wgpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4b5fc22a..982ab21c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ topological-sort = "0.2.2" futures-intrusive = "0.5" pollster = "0.3" text_placeholder = {version = "0.5.0", features = ["struct_context"]} -wgpu = "0.16.1" +wgpu = "0.17.0" # # The following packages disable the "std" feature for no_std compatibility