build(deps): bump wgpu from 0.7.0 to 0.7.1

Bumps [wgpu](https://github.com/gfx-rs/wgpu-rs) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/gfx-rs/wgpu-rs/releases)
- [Changelog](https://github.com/gfx-rs/wgpu-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/wgpu-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-30 19:36:46 +00:00 committed by kmeisthax
parent b7bf8334b2
commit 795fed2f18
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -3920,9 +3920,9 @@ dependencies = [
[[package]]
name = "wgpu"
version = "0.7.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c60007fc3748278a36b458d96f86105f43aa5f0e412b15a5f934950d61ec26a9"
checksum = "79a0a0a63fac9492cfaf6e7e4bdf9729c128f1e94124b9e4cbc4004b8cb6d1d8"
dependencies = [
"arrayvec",
"js-sys",
@ -3931,6 +3931,7 @@ dependencies = [
"raw-window-handle",
"serde",
"smallvec",
"syn",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
wgpu = "0.7.0"
wgpu = "0.7.1"
image = "0.23.14"
jpeg-decoder = "0.1.22"
log = "0.4"