This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate pkarr

Dependencies

(29 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-compat^0.2.40.2.4up to date
 base32^0.5.10.5.1up to date
 byteorder^1.5.01.5.0up to date
 bytes^1.10.01.10.1up to date
 document-features^0.2.100.2.11up to date
 dyn-clone^1.0.181.0.19up to date
 ed25519-dalek^2.1.12.1.1up to date
 futures-buffered^0.2.90.2.11up to date
 futures-lite^2.6.02.6.0up to date
 genawaiter^0.99.10.99.1up to date
 getrandom^0.2.150.3.3out of date
 heed^0.21.00.22.0out of date
 log^0.4.250.4.27up to date
 lru^0.13.00.14.0out of date
 mainline^5.4.05.4.0up to date
 ntimestamp^1.0.01.0.0up to date
 page_size^0.6.00.6.0up to date
 reqwest^0.12.130.12.18up to date
 rustls ⚠️^0.230.23.27maybe insecure
 self_cell^1.1.01.2.0up to date
 serde^1.0.2171.0.219up to date
 sha1_smol^1.0.11.0.1up to date
 simple-dns^0.9.30.10.1out of date
 thiserror^2.0.112.0.12up to date
 tokio^1.43.01.45.1up to date
 tracing^0.1.410.1.41up to date
 url^2.5.42.5.4up to date
 wasm-bindgen-futures^0.4.500.4.50up to date
 rustls-webpki^0.1020.103.3out of date

Dev dependencies

(14 total, 1 outdated)

CrateRequiredLatestStatus
 anyhow^1.0.951.0.98up to date
 axum^0.8.10.8.4up to date
 axum-server^0.7.10.7.2up to date
 clap^4.5.294.5.39up to date
 console_log^1.0.01.0.0up to date
 mainline^5.4.05.4.0up to date
 postcard^1.1.11.1.1up to date
 reqwest^0.12.130.12.18up to date
 rstest^0.24.00.25.0out of date
 tokio^1.43.01.45.1up to date
 tokio-rustls^0.26.10.26.2up to date
 tracing-subscriber^0.3.190.3.19up to date
 wasm-bindgen^0.2.1000.2.100up to date
 wasm-bindgen-test^0.30.3.50up to date

Security Vulnerabilities

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.