Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 4a0fda4 commit 2b7fe45
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 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.95"
wasm-bindgen = "0.2.99"
aarch64-esr-decoder = { path = ".." }
web-sys = { version = "0.3.72", features = [ "Document", "Element", "HtmlElement", "Node", "Window" ] }

Expand Down

0 comments on commit 2b7fe45

Please sign in to comment.