Skip to content

Commit 3b9b9ae

Browse files
chore(deps): bump wasm-bindgen-futures from 0.4.23 to 0.4.28
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.23 to 0.4.28. - [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] <support@github.com>
1 parent 3bf0be9 commit 3b9b9ae

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/nodes/subzero/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ serde_json = "1.0"
113113

114114
# WASM-specific dependencies
115115
wasm-bindgen = { version = "0.2.78", optional = true }
116-
wasm-bindgen-futures = { version = "0.4.18", optional = true }
116+
wasm-bindgen-futures = { version = "0.4.28", optional = true }
117117
browser-utils = { package = "substrate-browser-utils", path = "../../../../utils/browser", optional = true, version = "0.9.0"}
118118

119119
[target.'cfg(target_arch="x86_64")'.dependencies]

0 commit comments

Comments
 (0)