From 0e4de46963dd347d8ec7da2f1c227c5a5d6ea795 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 5 Dec 2019 08:56:34 +0100 Subject: [PATCH] Update hyper --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b816b77..f6d8264 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ toml = "0.5.5" [dependencies.hyper] optional = true git = "https://github.com/hyperium/hyper" -rev = "5db5c5cf8334675ca7bc601b4be12e100ce6b9cb" +rev = "0b03b730531654b1b5f632099386ab27c94eb9f4" default_features = false [dependencies.prometheus]