bump deps
This commit is contained in:
parent
3f95842938
commit
5584972c46
3 changed files with 192 additions and 215 deletions
|
@ -2,7 +2,6 @@ use crate::protocols;
|
|||
use crate::protocols::tls;
|
||||
use crate::tunnel::client::l4_transport_stream::TransportStream;
|
||||
use crate::tunnel::client::WsClientConfig;
|
||||
use async_trait::async_trait;
|
||||
use bb8::ManageConnection;
|
||||
use bytes::Bytes;
|
||||
use std::ops::Deref;
|
||||
|
@ -26,7 +25,6 @@ impl Deref for WsConnection {
|
|||
}
|
||||
}
|
||||
|
||||
#[async_trait]
|
||||
impl ManageConnection for WsConnection {
|
||||
type Connection = Option<TransportStream>;
|
||||
type Error = anyhow::Error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue