update to the latest sasl
This commit is contained in:
parent
31f78b9f5f
commit
78509e25b1
3 changed files with 8 additions and 10 deletions
|
|
@ -20,7 +20,7 @@ use error::Error;
|
|||
#[allow(unused_imports)]
|
||||
use openssl::ssl::{SslMethod, Ssl, SslContextBuilder, SslStream, SSL_VERIFY_NONE, SslConnectorBuilder};
|
||||
|
||||
use sasl::ChannelBinding;
|
||||
use sasl::common::ChannelBinding;
|
||||
|
||||
/// A trait which transports are required to implement.
|
||||
pub trait Transport {
|
||||
|
|
|
|||
Loading…
Reference in a new issue