Update deps

This commit is contained in:
Frank Denis 2019-07-20 21:54:21 +02:00
parent 98d1a8c8d7
commit d12defaf2c
2 changed files with 4 additions and 4 deletions

View file

@ -17,11 +17,11 @@ tls = ["native-tls", "tokio-tls"]
[dependencies]
base64 = "0.10"
clap = "2.33.0"
futures = "0.1.27"
hyper = "0.12.30"
futures = "0.1.28"
hyper = "0.12.33"
jemallocator = "0"
native-tls = { version = "0.2.3", optional = true }
tokio = "0.1.21"
tokio = "0.1.22"
tokio-current-thread = "0.1.6"
tokio-timer = "0.2.11"
tokio-tls = { version = "0.2.1", optional = true }

View file

@ -23,7 +23,7 @@ use native_tls::{self, Identity};
use std::fs::File;
#[cfg(feature = "tls")]
use std::io::{self, Read};
use std::io::Read;
#[cfg(feature = "tls")]
use std::path::{Path, PathBuf};