Skip to content

Commit

Permalink
Bump wasm-bindgen from 0.2.81 to 0.2.83
Browse files Browse the repository at this point in the history
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.81 to 0.2.83.
- [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.81...0.2.83)

---
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 Sep 12, 2022
1 parent 11c7911 commit 5c9fe7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_urlencoded = "0.7.1"
console_error_panic_hook = "0.1.7"
jsonwebtoken = "8.1.1"
chrono = { version = "0.4.19", features = ["wasmbind"] }
wasm-bindgen = "0.2.81"
wasm-bindgen = "0.2.83"
web-sys = { version = "0.3.58", features = ["Window", "Location", "Document", "KeyboardEvent", "MouseEvent", "TouchList", "Touch", "EventTarget", "HtmlVideoElement", "HtmlSelectElement", "Storage"] }
base64 = { version = "0.13.0", optional = true }

Expand Down

0 comments on commit 5c9fe7c

Please sign in to comment.