Skip to content

Commit

Permalink
Update wasm-bindgen requirement from =0.2.87 to =0.2.92
Browse files Browse the repository at this point in the history
Updates the requirements on [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent b19c674 commit 13558e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cfg-if = "1.0.0"
# `WORKERS_RS_VERSION` in `wrangler.toml`, especially when dependabot does it
worker = "0.0.19"
serde_json = "1.0"
wasm-bindgen = "=0.2.87"
wasm-bindgen = "=0.2.92"
wasm-timer = "0.2.5"

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand Down

0 comments on commit 13558e2

Please sign in to comment.