Skip to content

Commit

Permalink
Update gotham requirement from 0.6.0 to 0.7.1
Browse files Browse the repository at this point in the history
Updates the requirements on [gotham](https://github.com/gotham-rs/gotham) to permit the latest version.
- [Release notes](https://github.com/gotham-rs/gotham/releases)
- [Commits](gotham-rs/gotham@gotham-0.6.0...gotham-0.7.1)

---
updated-dependencies:
- dependency-name: gotham
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 26, 2022
1 parent 4f71b6f commit 0f6d18a
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 @@ -8,7 +8,7 @@ description = "proof of concept for server-side rendered HTML with moxie-dom"

[dependencies]
augdom = { path = "../../augdom" }
gotham = "0.6.0"
gotham = "0.7.1"
gotham_derive = "0.6.0"
hyper = "0.14"
mox = { path = "../../../mox" }
Expand Down

0 comments on commit 0f6d18a

Please sign in to comment.