Skip to content

Commit

Permalink
Update gloo requirement from 0.8.0 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo](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](https://github.com/rustwasm/gloo/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 022a237 commit 347ebfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ stylist = { path = "../../packages/stylist", features = [
"parser",
] }
web-sys = { version = "0.3.60", features = ["Window", "Performance"] }
gloo = "0.8.0"
gloo = "0.10.0"

0 comments on commit 347ebfe

Please sign in to comment.