This project contains known security vulnerabilities. Find detailed information at the bottom.

Crate reqwest

Dependencies

(42 total, 18 outdated, 2 insecure)

CrateRequiredLatestStatus
 async-compression^0.3.70.4.48out of date
 base64^0.130.23.1out of date
 bytes^1.01.12.1up to date
 cookie^0.150.18.2out of date
 cookie_store^0.150.22.1out of date
 encoding_rs^0.80.8.41up to date
 futures-core^0.3.00.3.34up to date
 futures-util^0.3.00.3.34up to date
 h2 ⚠️^0.3.100.4.19insecure
 http^0.21.5.0out of date
 http-body^0.4.01.1.0out of date
 hyper^0.14.51.11.1out of date
 hyper-rustls^0.230.27.10out of date
 hyper-tls^0.50.6.0out of date
 ipnet^2.32.12.2up to date
 js-sys^0.3.450.3.105up to date
 lazy_static^1.41.5.0up to date
 log^0.40.4.34up to date
 mime^0.3.160.3.17up to date
 mime_guess^2.02.0.5up to date
 native-tls^0.2.80.2.18up to date
 percent-encoding^2.12.3.2up to date
 pin-project-lite^0.2.00.2.17up to date
 proc-macro-hack^0.5.190.5.20+deprecatedup to date
 rustls ⚠️^0.200.23.45insecure
 rustls-native-certs^0.60.8.4out of date
 rustls-pemfile^0.22.2.0out of date
 serde^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 serde_urlencoded^0.70.7.1up to date
 tokio^1.01.53.1up to date
 tokio-native-tls^0.3.00.3.1up to date
 tokio-rustls^0.230.26.5out of date
 tokio-socks^0.5.10.5.3up to date
 tokio-util^0.6.00.7.19out of date
 trust-dns-resolver^0.200.23.2out of date
 url^2.22.5.8up to date
 wasm-bindgen^0.2.680.2.128up to date
 wasm-bindgen-futures^0.4.180.4.78up to date
 web-sys^0.3.250.3.105up to date
 webpki-roots^0.221.0.9out of date
 winreg^0.70.56.0out of date

Dev dependencies

(9 total, 4 outdated)

CrateRequiredLatestStatus
 brotli^3.3.09.0.0out of date
 doc-comment^0.30.3.4up to date
 env_logger^0.80.11.11out of date
 hyper^0.141.11.1out of date
 libflate^1.02.3.2out of date
 serde^1.01.0.229up to date
 tokio^1.01.53.1up to date
 wasm-bindgen^0.2.680.2.128up to date
 wasm-bindgen-test^0.30.3.78up to date

Security Vulnerabilities

rustls: `rustls::ConnectionCommon::complete_io` could fall into an infinite loop based on network input

RUSTSEC-2024-0336

If a close_notify alert is received during a handshake, complete_io does not terminate.

Callers which do not call complete_io are not affected.

rustls-tokio and rustls-ffi do not call complete_io and are not affected.

rustls::Stream and rustls::StreamOwned types use complete_io and are affected.

h2: h2 unbounded empty DATA frames

RUSTSEC-2026-0258

The h2 crate, used internally by hyper, had a flaw that would accept and queue empty DATA frames without limit. If streams were not actively drained, this could lead to unbounded memory usage, or a panic if the length overflows.

Low severity.

Patched in v0.4.16.