From 15d6399a37cd85cd4e675cbeb3ff985ee93392b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 13:31:05 +0200 Subject: [PATCH] Bump wasm-bindgen-futures from 0.4.19 to 0.4.23 (#3177) Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.19 to 0.4.23. - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/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> --- polkadot/Cargo.lock | 4 ++-- polkadot/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polkadot/Cargo.lock b/polkadot/Cargo.lock index b6e48004bc..f2e86ad19c 100644 --- a/polkadot/Cargo.lock +++ b/polkadot/Cargo.lock @@ -11106,9 +11106,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.19" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35" +checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea" dependencies = [ "cfg-if 1.0.0", "js-sys", diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index 17edcb4590..e28b0191ea 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.13" thiserror = "1.0.23" structopt = { version = "0.3.21", optional = true } wasm-bindgen = { version = "0.2.70", optional = true } -wasm-bindgen-futures = { version = "0.4.19", optional = true } +wasm-bindgen-futures = { version = "0.4.23", optional = true } futures = "0.3.12" service = { package = "polkadot-service", path = "../node/service", default-features = false, optional = true }