Since we don't want to carry around the old versions of rustls, http
and friends forever, I started looking through the reverse-dependencies
of the old version of hyper-rustls. Two that popped up were railway-core
and hafas-rs. The vcs link for both took me to
https://gitlab.com/schmiddi-on-mobile/railway-backend
So I filed a bug upstream.
https://gitlab.com/schmiddi-on-mobile/railway-backend/-/issues/15
Upstream responded to the bug report with
After getting this response, and feeling slightly confused,
I did some more digging and it seems the hafas-rs crate
is no longer maintained and has been replaced by the
railway-* crates.
So should we go ahead and disable the hyper requester
in railway-core so it is no longer a blocker for cleaning
up the old rustls and http stacks.