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.
reqwest 0.12.5 re-enabled http3 support, however with http3 support the future returnd from
reqwest
no longer implementsSync
.SInce
tokio::spawn
does not requoreSync
, it's removed from the return future inbinstalk-git-repo-api
, however since it is breaking behavior I will report this to upstream.