1[advisories] 2ignore = [ 3 # Unmaintained advisory for the `net2` crate. 4 # 5 # We ignore this, because `net2` is a transitive dependency of older 6 # versions of `mio`, which we depend on via `tokio` 0.1. `tokio` 0.1 won't 7 # be updated, so as long as `tracing-futures` supports tokio 0.1, we can't 8 # really get rid of the `net2` dependency. 9 # 10 # So, just ignore the warning. It only effects users who are using 11 # compatibility features for *other* unmaintained libraries, anyway. 12 # 13 # TODO: when `tracing-futures` drops support for `tokio` 0.1, we can remove 14 # the `ignore` for this warning, as we will no longer pull `net2`. 15 "RUSTSEC-2020-0016" 16]