Skip to content

Commit c478780

Browse files
Bump wasm-bindgen-futures from 0.4.43 to 0.4.44 in /server (#71)
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 204728c commit c478780

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

server/Cargo.lock

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

server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { version = "1.0.152", features = ["derive"] }
2020
serde_json = "1.0.91"
2121
wasm-bindgen = "0.2.94"
2222
async-std = "1.12.0"
23-
wasm-bindgen-futures = "0.4.33"
23+
wasm-bindgen-futures = "0.4.44"
2424
serde-wasm-bindgen = "0.6.0"
2525
itertools = "0.13.0"
2626
quad-rand = "0.2.2"

0 commit comments

Comments
 (0)