Deps: Update async-tungstenite -> 0.12
This is a non-breaking change, since WsError is private.
This commit is contained in:
@@ -26,7 +26,7 @@ version = "0.1"
|
||||
default-features = false
|
||||
features = ["tokio-runtime"]
|
||||
optional = true
|
||||
version = "0.11"
|
||||
version = "0.12"
|
||||
|
||||
[dependencies.async-tungstenite-compat]
|
||||
package = "async-tungstenite"
|
||||
|
||||
@@ -195,6 +195,7 @@ pub(crate) async fn create_rustls_client(url: Url) -> Result<WsStream> {
|
||||
max_message_size: None,
|
||||
max_frame_size: None,
|
||||
max_send_queue: None,
|
||||
..Default::default()
|
||||
}),
|
||||
)
|
||||
.await
|
||||
@@ -212,6 +213,7 @@ pub(crate) async fn create_native_tls_client(url: Url) -> Result<WsStream> {
|
||||
max_message_size: None,
|
||||
max_frame_size: None,
|
||||
max_send_queue: None,
|
||||
..Default::default()
|
||||
}),
|
||||
)
|
||||
.await?;
|
||||
|
||||
Reference in New Issue
Block a user