Update tungstenite to 0.20.1 for security update #599
Annotations
2 errors and 7 warnings
|
Check build
The operation was canceled.
|
Clippy:
src/adapters/ws.rs#L122
use of deprecated method `tungstenite::WebSocket::<Stream>::read_message`: Use `read`
|
Clippy:
src/adapters/ws.rs#L165
use of deprecated method `tungstenite::WebSocket::<Stream>::write_message`: Use `send`
|
Clippy:
src/adapters/ws.rs#L170
use of deprecated method `tungstenite::WebSocket::<Stream>::write_pending`: Use `flush`
|
Clippy:
src/adapters/tcp.rs#L169
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
Clippy:
src/adapters/tcp.rs#L195
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
Clippy:
src/adapters/framed_tcp.rs#L107
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
Clippy:
src/adapters/framed_tcp.rs#L144
using `.deref()` on a double reference, which returns `&mut &mio::net::TcpStream` instead of dereferencing the inner type
|
The logs for this run have expired and are no longer available.
Loading