Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.87 to 0.2.92 in /aarch64-esr-web (#98)
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.87 to 0.2.92.
- [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.87...0.2.92)

---
updated-dependencies:
- dependency-name: wasm-bindgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 4bea26d commit 84018df
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
42 changes: 21 additions & 21 deletions aarch64-esr-web/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 aarch64-esr-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lto = true
opt-level = "s"

[dependencies]
wasm-bindgen = "0.2.63"
wasm-bindgen = "0.2.92"
aarch64-esr-decoder = { path = ".." }
web-sys = { version = "0.3.55", features = [ "Document", "Element", "HtmlElement", "Node", "Window" ] }

Expand Down

0 comments on commit 84018df

Please sign in to comment.