Skip to content

Commit

Permalink
Bump js-sys from 0.3.67 to 0.3.68 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.67 to 0.3.68.
- [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 Feb 7, 2024
1 parent e6c2fcf commit 5949c8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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.30" }
gloo-timers = { version = "0.3.0", features = ["futures"] }
js-sys = { version = "0.3.67" }
js-sys = { version = "0.3.68" }
log = { version = "0.4.20" }
perseus = { version = "0.4.2", features = ["hydrate"] }
reqwasm = { version = "0.5.0" }
Expand Down

0 comments on commit 5949c8d

Please sign in to comment.