Skip to content

Commit

Permalink
Bump wasm-bindgen-futures from 0.4.44 to 0.4.45 in /client (#74)
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.44 to 0.4.45.
- [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>
Co-authored-by: Gregor Zeitlinger <[email protected]>
  • Loading branch information
dependabot[bot] and zeitlinger authored Nov 1, 2024
1 parent 0b834d1 commit cd5ad9f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.13.0"
serde_json = "1.0.132"
server = { path = "../server", version = "0.1.0" }
wasm-bindgen = "0.2.83"
wasm-bindgen-futures = "0.4.44"
wasm-bindgen-futures = "0.4.45"
lazy_static = "1.4.0"
log = "0.4.20"
async-std = "1.13.0"
Expand Down

0 comments on commit cd5ad9f

Please sign in to comment.