<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Package: rust-railway-core<br>
Version: 0.1.2-3<br>
<br>
Since we don't want to carry around the old versions of rustls,
http<br>
and friends forever, I started looking through the
reverse-dependencies<br>
of the old version of hyper-rustls. Two that popped up were
railway-core<br>
and hafas-rs. The vcs link for both took me to <br>
</p>
<p><a class="moz-txt-link-freetext" href="https://gitlab.com/schmiddi-on-mobile/railway-backend">https://gitlab.com/schmiddi-on-mobile/railway-backend</a><br>
</p>
<p>So I filed a bug upstream.<br>
<br>
<a class="moz-txt-link-freetext" href="https://gitlab.com/schmiddi-on-mobile/railway-backend/-/issues/15">https://gitlab.com/schmiddi-on-mobile/railway-backend/-/issues/15</a><br>
<br>
Upstream responded to the bug report with <br>
<br>
<blockquote type="cite">The <code data-sourcepos="1:6-1:20">hyper-requester</code>
for <code data-sourcepos="1:28-1:42">railway-backend</code> is
deprecated in favor of <code data-sourcepos="1:72-1:88">reqwest-requester</code>.
You should use that instead.
As far as I can see, the latest version of Railway already uses
the <code data-sourcepos="3:70-3:86">reqwest-requester</code>,
so there should be no need for you to package the <code
data-sourcepos="3:141-3:155">hyper-requester</code> feature
(unless some other package uses <code
data-sourcepos="3:199-3:213">railway-backend</code>, which I
would not be aware about).<br>
</blockquote>
</p>
<p>After getting this response, and feeling slightly confused,<br>
I did some more digging and it seems the hafas-rs crate<br>
is no longer maintained and has been replaced by the<br>
railway-* crates. <br>
<br>
So should we go ahead and disable the hyper requester<br>
in railway-core so it is no longer a blocker for cleaning<br>
up the old rustls and http stacks.<br>
</p>
</body>
</html>