Skip to content

Commit

Permalink
Bump wasm-bindgen-futures from 0.4.38 to 0.4.39 in /web_gui_yew
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) from 0.4.38 to 0.4.39.
- [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]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent a258232 commit 24ddeb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions web_gui_yew/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 web_gui_yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
viola_common = { path = "../viola_common" }
wasm-bindgen = "0.2.89"
wasm-bindgen-futures = "0.4.38"
wasm-bindgen-futures = "0.4.39"
wasm-logger = "0.2.0"
web-sys = "0.3.65"
yew = { version = "0.21.0", features = ["csr"] }
Expand Down

0 comments on commit 24ddeb8

Please sign in to comment.