From d761d2c8f75abceca0774380c9365a73f8549690 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 4 Dec 2019 20:36:54 +0100 Subject: [PATCH] Use a specific hyper revision --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef4af3e..b816b77 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" -branch = "tokio-up" +rev = "5db5c5cf8334675ca7bc601b4be12e100ce6b9cb" default_features = false [dependencies.prometheus]