Skip to content

Commit

Permalink
Update hyper requirement from 0.13 to 0.14 (#224)
Browse files Browse the repository at this point in the history
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.13.0...v0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Adam Perry <lol@anp.lol>
  • Loading branch information
dependabot-preview[bot] and anp committed Jan 3, 2021
1 parent dfca4be commit 9e7d253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/examples/ssr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "proof of concept for server-side rendered HTML with moxie-dom"
augdom = { path = "../../augdom" }
gotham = "0.5.0"
gotham_derive = "0.5.0"
hyper = "0.13"
hyper = "0.14"
mox = { path = "../../../mox" }
moxie = { path = "../../../" }
serde = "1"
Expand Down

0 comments on commit 9e7d253

Please sign in to comment.