cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.63k stars 61 forks source link

Re enable h3 in reqwest and remove impl `Sync` on returned Future in `binstalk-git-repo-api` #1783

Closed NobodyXu closed 5 months ago

NobodyXu commented 5 months ago

reqwest 0.12.5 re-enabled http3 support, however with http3 support the future returnd from reqwest no longer implements Sync.

SInce tokio::spawn does not requore Sync, it's removed from the return future in binstalk-git-repo-api, however since it is breaking behavior I will report this to upstream.