From 795fed2f18981df5aeee99be6e20c00c2ff42583 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 19:36:46 +0000 Subject: [PATCH] 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] --- Cargo.lock | 5 +++-- render/wgpu/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c849f4c8d..fb231c56c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/render/wgpu/Cargo.toml b/render/wgpu/Cargo.toml index 4940dc301..f1f9cbe7f 100644 --- a/render/wgpu/Cargo.toml +++ b/render/wgpu/Cargo.toml @@ -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"