Skip to content

Commit

Permalink
Bump wasm-bindgen-test from 0.3.34 to 0.3.37
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.34 to 0.3.37.
- [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-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 29, 2024
1 parent cd7921a commit 2c03752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
29 changes: 6 additions & 23 deletions 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 wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ path = "src/lib.rs"
[dependencies]
clvmr = { path = ".." }
wasm-bindgen = "=0.2.87"
wasm-bindgen-test = "=0.3.34"
wasm-bindgen-test = "=0.3.37"
js-sys = "0.3.61"
getrandom = { version = "0.2.9", features = ["js"] }

0 comments on commit 2c03752

Please sign in to comment.