From fd1a8446870a8b1fa5969193854b1dbf7607ad37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 21:28:57 -0700 Subject: [PATCH] chore(deps): bump wasm-bindgen-futures from 0.4.32 to 0.4.33 (#1693) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.32 to 0.4.33. - [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] 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 4ae14b71..6a7c99dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4371,9 +4371,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad" +checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" dependencies = [ "cfg-if 1.0.0", "js-sys", diff --git a/examples/ethers-wasm/Cargo.toml b/examples/ethers-wasm/Cargo.toml index ae558b41..cf72fb64 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.17.0", features = ["abigen", "legacy", "ws"] } serde_derive = "1.0.137" -wasm-bindgen-futures = "0.4.32" +wasm-bindgen-futures = "0.4.33" serde_json = "1.0.64" wasm-bindgen = { version = "0.2.81", features = ["serde-serialize"] }