Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jun 18, 2024

Conversation

NobodyXu
Copy link
Member

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.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Remove `Sync` bound on returned `Future`, since `tokio::spawn` does not require it

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@NobodyXu NobodyXu enabled auto-merge June 18, 2024 13:30
@NobodyXu NobodyXu added this pull request to the merge queue Jun 18, 2024
Merged via the queue into main with commit ef7ca1b Jun 18, 2024
22 checks passed
@NobodyXu NobodyXu deleted the re-enable-h3 branch June 18, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant