From 050aef56bcbb2e3275cce9bf213cb90f55262fe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 20:27:26 +0000 Subject: [PATCH] chore(deps): bump wasm-bindgen-futures from 0.4.37 to 0.4.38 Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.37 to 0.4.38. - [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 ++-- clients/web/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22492040e..0d80f1024 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5929,9 +5929,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02" dependencies = [ "cfg-if", "js-sys", diff --git a/clients/web/Cargo.toml b/clients/web/Cargo.toml index abadff8ec..b0d08a03b 100644 --- a/clients/web/Cargo.toml +++ b/clients/web/Cargo.toml @@ -20,7 +20,7 @@ js-sys = "0.3.64" log = "0.4.20" thiserror = "1.0.50" wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }# serde for serialization from JsValue -wasm-bindgen-futures = "0.4.37" +wasm-bindgen-futures = "0.4.38" wasm-logger = "0.2.0" web-sys = { version = "0.3.65", features = ["Storage", "Window"] } diff --git a/core/Cargo.toml b/core/Cargo.toml index 7b78d6e5a..6916272ba 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -60,7 +60,7 @@ web-sys = { version = "0.3.65", features = ["Storage"], optional = true } [target."cfg(target_arch = \"wasm32\")".dependencies] getrandom = "0.2.10" wasm-bindgen = "0.2.87" -wasm-bindgen-futures = "0.4.37" +wasm-bindgen-futures = "0.4.38" chrono = { version = "0.4.31", default-features = false, features = [] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]