switch from rustls to native-tls
This commit is contained in:
parent
52c60229e3
commit
0bae1ce336
5 changed files with 29 additions and 37 deletions
|
|
@ -4,8 +4,8 @@ extern crate tokio_core;
|
|||
extern crate tokio_io;
|
||||
extern crate bytes;
|
||||
extern crate xml;
|
||||
extern crate rustls;
|
||||
extern crate tokio_rustls;
|
||||
extern crate native_tls;
|
||||
extern crate tokio_tls;
|
||||
extern crate sasl;
|
||||
extern crate rustc_serialize as serialize;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue