From e939beb7acd2b9e387e93058acb7e7e6498f56b8 Mon Sep 17 00:00:00 2001 From: Philipp Hansch <dev@phansch.net> Date: Thu, 23 Aug 2018 09:36:11 +0200 Subject: [PATCH] Update actix-web (#146) --- maud/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maud/Cargo.toml b/maud/Cargo.toml index 70a31f9..84145b3 100644 --- a/maud/Cargo.toml +++ b/maud/Cargo.toml @@ -17,7 +17,7 @@ maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" } maud_macros = { version = "0.18.1", path = "../maud_macros" } iron = { version = ">= 0.5.1, < 0.7.0", optional = true } rocket = { version = "0.3", optional = true } -actix-web = { version = "0.6.12", optional = true } +actix-web = { version = ">= 0.6.12, < 0.8.0", optional = true } [dev-dependencies] maud_lints = { version = "0.18.1", path = "../maud_lints" }