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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-24 13:00:22 -04:00 committed by GitHub
parent 99af7c900f
commit 9d3c9d8fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ topological-sort = "0.2.2"
futures-intrusive = "0.5" futures-intrusive = "0.5"
pollster = "0.3" pollster = "0.3"
text_placeholder = {version = "0.5.0", features = ["struct_context"]} 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 # The following packages disable the "std" feature for no_std compatibility