Skip to content

Commit

Permalink
Bump js-sys from 0.3.64 to 0.3.65 in /loremaster-web-interface
Browse files Browse the repository at this point in the history
Bumps [js-sys](https://github.com/rustwasm/wasm-bindgen) from 0.3.64 to 0.3.65.
- [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: js-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2023
1 parent 01e1b37 commit a7182e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions loremaster-web-interface/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 loremaster-web-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["Sean Myers <[email protected]>"]
[dependencies]
futures-util = { version = "0.3.29" }
gloo-timers = { version = "0.3.0", features = ["futures"] }
js-sys = { version = "0.3.64" }
js-sys = { version = "0.3.65" }
log = { version = "0.4.20" }
perseus = { version = "0.4.2", features = ["hydrate"] }
reqwasm = { version = "0.5.0" }
Expand Down

0 comments on commit a7182e7

Please sign in to comment.