Skip to content

Commit

Permalink
Bump wasm-bindgen-test from 0.3.37 to 0.3.45
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) from 0.3.37 to 0.3.45.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent f45786f commit 7900c5c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 19 deletions.
77 changes: 59 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ default = []

[target.'cfg(target_family="wasm")'.dependencies]
wasm-bindgen = { version = "0.2.80", features = ["serde-serialize"] }
wasm-bindgen-test = "0.3.25"
wasm-bindgen-test = "0.3.45"
js-sys = "0.3.58"
getrandom = { version = "0.2", features = ["js"] }

Expand Down

0 comments on commit 7900c5c

Please sign in to comment.