Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 1d662a2 commit 7c00844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -38,7 +38,7 @@ web-sys = { version = "0.3.70", features = ["console"] }
# instant = { version = "0.1", features = [ "wasm-bindgen", "now" ] }

[dev-dependencies]
wasm-bindgen-test = "0.3.43"
wasm-bindgen-test = "0.3.44"

[profile.release]
lto = true
Expand Down

0 comments on commit 7c00844

Please sign in to comment.