#8477·tokio

`-Z minimal-versions` resolves known vulnerable dependencies

Author: xtqqczzeCreated Sep 14, 2026Updated Sep 17, 2026
LabelsC-maintenanceA-tokio

Running cargo-audit with minimal dependency versions:

bash
RUSTC_BOOTSTRAP=1 cargo update -q -Zminimal-versions
cargo audit -q

reports 3 vulnerabilities:

If these advisories do not affect Tokio, it would be helpful to document why they are not exploitable, e.g. in deny.toml.