Closed tisonkun closed 3 years ago
Yeah this is because hyper is a dependency of reqwest and cargo-udeps can't recognize unused dependencies if they are used by some other dependency. This is one of the known limitations, see #84.
OK. Thanks for your explanation.
From https://github.com/engula/engula main nightly (965d3d9c5c00941fc91b386d7e82d76d214ec64d), this dep is redundant. But cargo-udeps cannot spot it.