Skip to content

Commit

Permalink
build(deps): update wasm-bindgen requirement from =0.2.93 to =0.2.95
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.95)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent cabd086 commit 0ff377a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coverage = ["regorus/coverage"]
[dependencies]
regorus = { path = "../..", default-features = false, features = ["arc"] }
serde_json = "1.0.111"
wasm-bindgen = "=0.2.93"
wasm-bindgen = "=0.2.95"

[dev-dependencies]
wasm-bindgen-test = "0.3.40"

0 comments on commit 0ff377a

Please sign in to comment.