Skip to content

Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 #3637

Update tokio-tungstenite requirement from 0.24.0 to 0.25.0

Update tokio-tungstenite requirement from 0.24.0 to 0.25.0 #3637

Triggered via pull request December 23, 2024 07:51
Status Success
Total duration 54s
Artifacts

clippy.yml

on: pull_request
clippy_nightly
46s
clippy_nightly
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
clippy_nightly
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
useless conversion to the same type: `bytes::Bytes`: 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