Skip to content

Commit

Permalink
build(deps): update wasm-bindgen requirement in /bindings/javascript
Browse files Browse the repository at this point in the history
Updates the requirements on [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to permit the latest version.
- [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.93...0.2.96)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent 314756e commit 0ea8d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ napi-derive = "2.14.4"

[target.'cfg(target_arch = "wasm32")'.dependencies]
# Pinned due to a bug in the return type: https://github.com/rustwasm/wasm-bindgen/pull/4210
wasm-bindgen = "=0.2.93"
wasm-bindgen = "=0.2.96"
serde-wasm-bindgen = "0.6"
getrandom = { version = "0.2", features = ["js"] }
serde = { version = "1", features = ["derive"], default-features = false }
Expand Down

0 comments on commit 0ea8d60

Please sign in to comment.