chore(deps): bump rustls-native-certs from 0.6.3 to 0.7.0 #760
Annotations
2 errors and 4 warnings
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
|
|
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
|
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
|
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::*;
| ^^^^^^^^^^^^^^
|
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::*;
| ^^^^^^^^^^^^^
|
The logs for this run have expired and are no longer available.
Loading