Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.94 to 0.2.95 in /client (#73)
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.94 to 0.2.95.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](rustwasm/wasm-bindgen@0.2.94...0.2.95)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  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 cd5ad9f commit 076a7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex2d = "1.1.0"
itertools = "0.13.0"
serde_json = "1.0.132"
server = { path = "../server", version = "0.1.0" }
wasm-bindgen = "0.2.83"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "0.4.45"
lazy_static = "1.4.0"
log = "0.4.20"
Expand Down

0 comments on commit 076a7cc

Please sign in to comment.