From 0f6d18a3840ed9e08234b21ad8082d9423294da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jan 2022 22:45:07 +0000 Subject: [PATCH] Update gotham requirement from 0.6.0 to 0.7.1 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](https://github.com/gotham-rs/gotham/compare/gotham-0.6.0...gotham-0.7.1) --- updated-dependencies: - dependency-name: gotham dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dom/examples/ssr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/examples/ssr/Cargo.toml b/dom/examples/ssr/Cargo.toml index 9b9892ba..aea1f6da 100644 --- a/dom/examples/ssr/Cargo.toml +++ b/dom/examples/ssr/Cargo.toml @@ -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" }