Skip to content

Commit

Permalink
Update yew-router requirement from 0.17 to 0.18
Browse files Browse the repository at this point in the history
Updates the requirements on [yew-router](https://github.com/yewstack/yew) to permit the latest version.
- [Release notes](https://github.com/yewstack/yew/releases)
- [Changelog](https://github.com/yewstack/yew/blob/master/CHANGELOG.md)
- [Commits](yewstack/yew@yew-router-v0.17.0...yew-router-v0.18.0)

---
updated-dependencies:
- dependency-name: yew-router
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent a366daf commit c81ddf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/helmet-ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yew = { version = "0.20" }
log = "0.4.19"
console_log = { version = "1.0.0", features = ["color"] }
wasm-bindgen = "0.2.87"
yew-router = "0.17"
yew-router = "0.18"
gloo = { version = "0.9.0", features = ["futures"] }
web-sys= "0.3.64"
bytes = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/helmet-title/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yew = { version = "0.20", features = ["csr"] }
log = "0.4.19"
console_log = { version = "1.0.0", features = ["color"] }
wasm-bindgen = "0.2.87"
yew-router = "0.17"
yew-router = "0.18"
gloo = { version = "0.9.0", features = ["futures"] }
web-sys= "0.3.64"

Expand Down
2 changes: 1 addition & 1 deletion examples/title/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yew = { version = "0.20", features = ["csr"] }
log = "0.4.19"
console_log = { version = "1.0.0", features = ["color"] }
wasm-bindgen = "0.2.87"
yew-router = "0.17"
yew-router = "0.18"
gloo = { version = "0.9.0", features = ["futures"] }
web-sys= "0.3.64"

Expand Down

0 comments on commit c81ddf1

Please sign in to comment.