Bump dependency on native-tls (#286)

native_tls::Certificate::from_pem was introduced in 0.1.5
This commit is contained in:
Mattias Päivärinta
2018-04-16 00:19:55 +02:00
committed by Sean McArthur
parent 31504388d7
commit bffebfc470

View File

@@ -18,7 +18,7 @@ hyper-tls = "0.1.2"
libflate = "0.1.11"
log = "0.4"
mime_guess = "2.0.0-alpha.2"
native-tls = "0.1.3"
native-tls = "0.1.5"
serde = "1.0"
serde_json = "1.0"
serde_urlencoded = "0.5"