Skip to content

Commit

Permalink
Update hyper requirement from 0.13 to 0.14 (anp#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] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Adam Perry <[email protected]>
  • Loading branch information
dependabot-preview[bot] and anp authored 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.