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

Crate reqwest

Dependencies

(40 total, 17 outdated, 1 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.140.18.2out of date
 cookie_store^0.120.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
 http^0.21.5.0out of date
 http-body^0.4.01.1.0out of date
 hyper^0.141.11.1out of date
 hyper-rustls^0.22.10.27.9out 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.70.3.17up to date
 mime_guess^2.02.0.5up to date
 native-tls^0.20.2.18up to date
 percent-encoding^2.12.3.2up to date
 pin-project-lite^0.2.00.2.17up to date
 rustls ⚠️^0.190.23.45insecure
 rustls-native-certs^0.50.8.4out 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
 time^0.2.110.3.55out of date
 tokio^1.01.53.1up to date
 tokio-native-tls^0.3.00.3.1up to date
 tokio-rustls^0.220.26.5out of date
 tokio-socks^0.50.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.211.0.9out of date
 winreg^0.70.56.0out of date

Dev dependencies

(8 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-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.