Skip to content

Commit b3b991f

Browse files
Bump wasm-bindgen-futures from 0.4.43 to 0.4.44 in /client (#69)
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.43 to 0.4.44. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e0726b commit b3b991f

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

client/Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ itertools = "0.13.0"
2121
serde_json = "1.0.91"
2222
server = { path = "../server", version = "0.1.0" }
2323
wasm-bindgen = "0.2.83"
24-
wasm-bindgen-futures = "0.4.33"
24+
wasm-bindgen-futures = "0.4.44"
2525
lazy_static = "1.4.0"
2626
log = "0.4.20"
2727
async-std = "1.13.0"

0 commit comments

Comments
 (0)