Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 #3637
Annotations
2 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run clechasseur/rs-clippy-check@v3:
kube-client/src/api/portforward.rs#L232
warning: useless conversion to the same type: `bytes::Bytes`
--> kube-client/src/api/portforward.rs:232:33
|
232 | let mut bytes = Bytes::from(bin);
| ^^^^^^^^^^^^^^^^ help: consider removing `Bytes::from()`: `bin`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
Loading