From d9ff9e43ee4c55a0ab4bb7d8c9c37595c69a32b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 14:01:06 +0000 Subject: [PATCH] Update gotham_derive requirement from 0.6.0 to 0.7.1 Updates the requirements on [gotham_derive](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_derive-0.7.1) --- updated-dependencies: - dependency-name: gotham_derive 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..f46d77c1 100644 --- a/dom/examples/ssr/Cargo.toml +++ b/dom/examples/ssr/Cargo.toml @@ -9,7 +9,7 @@ description = "proof of concept for server-side rendered HTML with moxie-dom" [dependencies] augdom = { path = "../../augdom" } gotham = "0.6.0" -gotham_derive = "0.6.0" +gotham_derive = "0.7.1" hyper = "0.14" mox = { path = "../../../mox" } moxie = { path = "../../../" }