diff --git a/Cargo.toml b/Cargo.toml index 5639c26..ea1b0c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.1.29" hyper = "0.12.35" jemallocator = "0" native-tls = { version = "0.2.3", optional = true } -tokio = "0.1.22" +tokio = "0.2.2" tokio-current-thread = "0.1.6" tokio-timer = "0.2.11" tokio-tls = { version = "0.2.1", optional = true }