From 4ba9c4fad415391f4ac97906d17c00f6fdd2eddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 02:36:51 +0000 Subject: [PATCH] build(deps): bump wasm-bindgen-futures from 0.4.33 to 0.4.34 Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.33 to 0.4.34. - [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 ++-- fedimint-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d58f3f54df..46440cc9fcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4492,9 +4492,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" +checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" dependencies = [ "cfg-if", "js-sys", diff --git a/fedimint-core/Cargo.toml b/fedimint-core/Cargo.toml index 5159a4c1d1e..a34b00c2455 100644 --- a/fedimint-core/Cargo.toml +++ b/fedimint-core/Cargo.toml @@ -54,7 +54,7 @@ async-lock = "2.6" # see https://docs.rs/getrandom/latest/getrandom/#indirect-dependencies and https://docs.rs/getrandom/latest/getrandom/#webassembly-support getrandom = { version = "0.2.8", features = [ "js" ] } gloo-timers = { version = "0.2.6", features = ["futures"] } -wasm-bindgen-futures = "0.4.33" +wasm-bindgen-futures = "0.4.34" js-sys = "0.3.61" [dev-dependencies]