From 0f750c0b6272b1d51709457b49097cf4bdeada7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 15:37:53 -0700 Subject: [PATCH] chore(deps): bump wasm-bindgen-futures from 0.4.30 to 0.4.31 (#1378) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.30 to 0.4.31. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- examples/ethers-wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98093f1c..cebaf0e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4253,9 +4253,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2" +checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f" dependencies = [ "cfg-if 1.0.0", "js-sys", diff --git a/examples/ethers-wasm/Cargo.toml b/examples/ethers-wasm/Cargo.toml index bbc16b7e..878eb743 100644 --- a/examples/ethers-wasm/Cargo.toml +++ b/examples/ethers-wasm/Cargo.toml @@ -21,7 +21,7 @@ default = ["console_error_panic_hook"] [dependencies] ethers = { path = "../..", version = "0.13.0", features = ["abigen", "legacy", "ws"] } serde_derive = "1.0.137" -wasm-bindgen-futures = "0.4.30" +wasm-bindgen-futures = "0.4.31" serde_json = "1.0.64" wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] }