switch from rustls to native-tls

This commit is contained in:
Astro 2017-06-06 02:03:38 +02:00
commit 0bae1ce336
5 changed files with 29 additions and 37 deletions

View file

@ -9,7 +9,7 @@ tokio-core = "*"
tokio-io = "*"
bytes = "*"
RustyXML = "*"
rustls = "*"
tokio-rustls = "*"
native-tls = "*"
tokio-tls = "*"
sasl = "*"
rustc-serialize = "*"