[](https://deps.rs/crate/quinn/0.11.7)
This project might be open toknown security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at thebottom.
quinn
(15 total, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
async-io | ^2 | 2.4.0 | up to date |
async-std | ^1.11 | 1.13.1 | up to date |
bytes | ^1 | 1.10.1 | up to date |
futures-io | ^0.3.19 | 0.3.31 | up to date |
pin-project-lite | ^0.2 | 0.2.16 | up to date |
quinn-proto | ^0.11.10 | 0.11.10 | up to date |
rustc-hash | ^2 | 2.1.1 | up to date |
rustls ⚠️ | ^0.23.5 | 0.23.25 | maybe insecure |
smol | ^2 | 2.0.2 | up to date |
socket2 | ^0.5 | 0.5.8 | up to date |
thiserror | ^2.0.3 | 2.0.12 | up to date |
tokio | ^1.28.1 | 1.44.1 | up to date |
tracing | ^0.1.10 | 0.1.41 | up to date |
quinn-udp | ^0.5 | 0.5.10 | up to date |
web-time | ^1 | 1.1.0 | up to date |
(12 total, all up-to-date)
Crate | Required | Latest | Status |
---|---|---|---|
anyhow | ^1.0.22 | 1.0.97 | up to date |
bencher | ^0.1.5 | 0.1.5 | up to date |
clap | ^4 | 4.5.32 | up to date |
crc | ^3 | 3.2.1 | up to date |
directories-next | ^2 | 2.0.0 | up to date |
rand | ^0.9 | 0.9.0 | up to date |
rcgen | ^0.13 | 0.13.2 | up to date |
rustls-pemfile | ^2 | 2.2.0 | up to date |
tokio | ^1.28.1 | 1.44.1 | up to date |
tracing-futures | ^0.2.0 | 0.2.5 | up to date |
tracing-subscriber | ^0.3.0 | 0.3.19 | up to date |
url | ^2 | 2.5.4 | up to date |
rustls
: rustls network-reachable panic in `Acceptor::accept`A bug introduced in rustls 0.23.13 leads to a panic if the receivedTLS ClientHello is fragmented. Only servers that userustls::server::Acceptor::accept()
are affected.
Servers that usetokio-rustls
'sLazyConfigAcceptor
API are affected.
Servers that usetokio-rustls
'sTlsAcceptor
API are not affected.
Servers that userustls-ffi
'srustls_acceptor_accept
API are affected.