Skip to content

Commit

Permalink
Update gloo-utils requirement from 0.1.6 to 0.2.0
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 022a237 commit 829855b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/use-media-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stylist = { path = "../../packages/stylist", features = [
] }

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"

Expand Down
2 changes: 1 addition & 1 deletion examples/yew-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yew = { version = "0.20", features = ["csr"] }
stylist = { path = "../../packages/stylist", features = ["yew_integration"] }

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
gloo-timers = { version = "0.2.5", features = ["futures"] }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stylist = { path = "../../packages/stylist", default-features = false, features
] }

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
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 @@ -26,7 +26,7 @@ clap = { version = "4.0.29", features = ["derive"] }
warp = "0.3"

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
gloo-timers = { version = "0.2.5", features = ["futures"] }
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"
Expand Down
2 changes: 1 addition & 1 deletion examples/yew-theme-context/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"] }
once_cell = "1.16.0"

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"

Expand Down
2 changes: 1 addition & 1 deletion examples/yew-theme-hooks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stylist = { path = "../../packages/stylist", features = [
once_cell = "1.16.0"

[dev-dependencies]
gloo-utils = "0.1.6"
gloo-utils = "0.2.0"
wasm-bindgen-test = "0.3.33"
wasm-bindgen = "0.2.83"

Expand Down

0 comments on commit 829855b

Please sign in to comment.