From 4e4f9aeea85f09eb49bb9b19f84b6cb05a1f1b0f Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 16 Mar 2019 21:06:26 +0100 Subject: [PATCH] Bump and require specific versions for tokio/futures/hyper --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b1014fb..86ca95b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "doh-proxy" -version = "0.1.12" +version = "0.1.13" authors = ["Frank Denis "] description = "A DNS-over-HTTPS (DoH) proxy" keywords = ["dns","https","doh","proxy"] @@ -13,9 +13,9 @@ edition = "2018" [dependencies] base64 = "0.10" clap = "2" -futures = "0.1" -hyper = "0.12" +futures = "0.1.25" +hyper = "0.12.25" jemallocator = "0.1" -tokio = "0.1" -tokio-current-thread = "0.1" -tokio-timer = "0.2" +tokio = "0.1.17" +tokio-current-thread = "0.1.5" +tokio-timer = "0.2.10"