Skip to content

Commit

Permalink
Bump wasm-bindgen-futures from 0.4.43 to 0.4.44 in /rust
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2024
1 parent e73259b commit 65ec3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
# which is not available in WASM land, of course.
[dependencies]
wasm-bindgen = { version = "0.2.93", features = ["serde-serialize", "enable-interning"] }
wasm-bindgen-futures = "0.4.43"
wasm-bindgen-futures = "0.4.44"

lol_alloc = "0.4.1"

Expand Down

0 comments on commit 65ec3bf

Please sign in to comment.