Skip to content

Commit

Permalink
Update gloo-timers requirement from 0.2.5 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo-timers](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-timers-v0.2.5...0.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 022a237 commit 8b83e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/yew-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stylist = { path = "../../packages/stylist", features = ["yew_integration"] }

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-timers = { version = "0.2.5", features = ["futures"] }
gloo-timers = { version = "0.3.0", features = ["futures"] }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"

Expand Down
2 changes: 1 addition & 1 deletion examples/yew-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ warp = "0.3"

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-timers = { version = "0.2.5", features = ["futures"] }
gloo-timers = { version = "0.3.0", features = ["futures"] }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
yew = { version = "0.20", features = ["csr", "ssr", "hydration"] }
Expand Down

0 comments on commit 8b83e21

Please sign in to comment.