fix(deps): update rust crate reqwest to 0.13 #2058
+2
−13
Merged
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
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
Loading