Skip to content

chore(deps): bump rustls-native-certs from 0.6.3 to 0.7.0 #760

chore(deps): bump rustls-native-certs from 0.6.3 to 0.7.0

chore(deps): bump rustls-native-certs from 0.6.3 to 0.7.0 #760

Triggered via pull request December 4, 2023 13:10
Status Failure
Total duration 1m 4s
Artifacts

clippy-check.yml

on: pull_request
Matrix: clippy-check
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
field `0` of struct `rustls_pki_types::CertificateDer` is private: crates/shadowsocks-service/src/local/http/http_stream.rs#L80
error[E0616]: field `0` of struct `rustls_pki_types::CertificateDer` is private --> crates/shadowsocks-service/src/local/http/http_stream.rs:80:58 | 80 | ... let rcert = Certificate(cert.0); | ^ private field
clippy-check (ubuntu-latest)
Clippy had exited with the 101 exit code
clippy-check (macos-latest)
The job was canceled because "ubuntu-latest" failed.
clippy-check (macos-latest)
The operation was canceled.
clippy-check (windows-latest)
The job was canceled because "ubuntu-latest" failed.
clippy-check (windows-latest)
The operation was canceled.
the borrowed expression implements the required traits: crates/shadowsocks/src/config.rs#L636
warning: the borrowed expression implements the required traits --> crates/shadowsocks/src/config.rs:636:55 | 636 | URL_PASSWORD_BASE64_ENGINE.encode(&user_info) | ^^^^^^^^^^ help: change this to: `user_info` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
unused import: `self::unix::*`: crates/shadowsocks-service/src/local/redir/sys/mod.rs#L9
warning: unused import: `self::unix::*` --> crates/shadowsocks-service/src/local/redir/sys/mod.rs:9:17 | 9 | pub use self::unix::*; | ^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `self::linux::*`: crates/shadowsocks-service/src/local/redir/tcprelay/sys/unix/mod.rs#L6
warning: unused import: `self::linux::*` --> crates/shadowsocks-service/src/local/redir/tcprelay/sys/unix/mod.rs:6:17 | 6 | pub use self::linux::*; | ^^^^^^^^^^^^^^
unused import: `self::unix::*`: crates/shadowsocks-service/src/local/redir/tcprelay/sys/mod.rs#L6
warning: unused import: `self::unix::*` --> crates/shadowsocks-service/src/local/redir/tcprelay/sys/mod.rs:6:17 | 6 | pub use self::unix::*; | ^^^^^^^^^^^^^