Chore: Update dependencies, MSRV.

Tested using `cargo make ready`.
This commit is contained in:
Kyle Simpson
2023-05-21 14:06:09 +01:00
parent 3daf11f5d1
commit 1bf17d128e
3 changed files with 7 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ impl WsStream {
max_send_queue: None,
..Default::default()
}),
true,
)
.await?;