From 95072b0c23f265dad0ad77e27b23194c44af1383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 07:05:23 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aebac70029..1d5d47c3b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3775,9 +3775,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/Cargo.toml b/Cargo.toml index 52f02b4c8d..3b9ddf008b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -159,7 +159,7 @@ console_error_panic_hook = "0.1.7" console_log = "1" js-sys = "0.3.66" wasm-bindgen = "0.2.87" -wasm-bindgen-futures = "0.4.38" +wasm-bindgen-futures = "0.4.39" wasm-bindgen-test = "0.3" web-time = "0.2.3" web-sys = "0.3.66"