From 09b46d81bf90a693b193124d89b248b5a056705f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 04:56:04 +0000 Subject: [PATCH] Update horrorshow requirement from 0.7 to 0.8 Updates the requirements on [horrorshow](https://github.com/Stebalien/horrorshow-rs) to permit the latest version. - [Release notes](https://github.com/Stebalien/horrorshow-rs/releases) - [Commits](https://github.com/Stebalien/horrorshow-rs/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e456cb9..d7eb6b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] clap = "2" flate2 = "1" -horrorshow = "0.7" +horrorshow = "0.8" hyper = "0.10" hyper-native-tls = "0.3" iron = "0.6"