From c8fc4fec8da20ef9a1b9f180374f519c750b501d Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 15 Jul 2019 13:37:27 +0200 Subject: [PATCH] Cargo.toml: update to latest hyper version Which already includes our path. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70098bb9..a1ba5216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,5 +57,3 @@ valgrind = ["valgrind_request"] [replace] "zstd-sys:1.4.10" = { path = "zstd-sys" } -# include socket buffer size fix -"hyper:0.12.31" = { git = "https://github.com/hyperium/hyper.git" }