From 6388c4d9fbfa71d707c0e81bb26aa702d10b6f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:21:31 +0000 Subject: [PATCH] Bump wasm-bindgen-futures from 0.4.38 to 0.4.39 Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.38 to 0.4.39. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- wgpu-testbed-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c95c98d..ce8717a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,9 +1702,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" +checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" dependencies = [ "cfg-if", "js-sys", diff --git a/wgpu-testbed-lib/Cargo.toml b/wgpu-testbed-lib/Cargo.toml index 7936312..8df1db2 100644 --- a/wgpu-testbed-lib/Cargo.toml +++ b/wgpu-testbed-lib/Cargo.toml @@ -23,7 +23,7 @@ wasm-bindgen = "0.2" js-sys = "0.3.66" web-sys = { version = "0.3.64", features = ["Response"] } console_error_panic_hook = "0.1.6" -wasm-bindgen-futures = "0.4.38" +wasm-bindgen-futures = "0.4.39" # Fixes getrandom, used by tobj, requiring the js feature for wasm32-unkown-unknown targets getrandom = { version = "0.2.11", features = ["js"] }