Skip to content

Commit

Permalink
Update gloo-utils requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo-utils](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md)
- [Commits](rustwasm/gloo@gloo-utils-v0.1.6...0.2.0)

---
updated-dependencies:
- dependency-name: gloo-utils
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 2391f01 commit c4e2034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bui-demo/frontend_seed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ serde = "1.0.85"
serde_json = "1.0.39"
bui-demo-data = {path="../bui-demo-data"}
futures = "0.3"
gloo-utils = "0.1"
gloo-utils = "0.2"
gloo-console = "0.2.3"
2 changes: 1 addition & 1 deletion bui-demo/frontend_yew/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ js-sys = "0.3"
log = "0.4"
wasm-logger = "0.2.0"
gloo-events = "0.1.1"
gloo-utils = "0.1"
gloo-utils = "0.2"
serde_json = "1"
wasm-bindgen-futures = "0.4"

Expand Down

0 comments on commit c4e2034

Please sign in to comment.