Skip to content

chore: allow OpenSSL license

5d674d8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(deps): update rust crate reqwest to 0.13 #2058

chore: allow OpenSSL license
5d674d8
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy macos-latest succeeded Jan 5, 2026 in 0s

clippy macos-latest

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.92.0 (ded5c06cf 2025-12-08)
  • cargo 1.92.0 (344c4567c 2025-10-21)
  • clippy 0.1.92 (ded5c06cf2 2025-12-08)

Annotations

Check warning on line 165 in crates/shadowsocks-service/src/server/tcprelay.rs

See this annotation in the file changed.

@github-actions github-actions / clippy macos-latest

use of deprecated method `tokio::net::TcpStream::set_linger`: `SO_LINGER` causes the socket to block the thread on drop

warning: use of deprecated method `tokio::net::TcpStream::set_linger`: `SO_LINGER` causes the socket to block the thread on drop
   --> crates/shadowsocks-service/src/server/tcprelay.rs:165:36
    |
165 |                     let _ = stream.set_linger(Some(Duration::ZERO));
    |                                    ^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default