Start upgrading to hyper and http 1 #3

Open
asonix wants to merge 1 commit from asonix/hyper-1 into main
Owner

Tracking dependency changes necessary to move from hyper 0.14 and http 0.2 to hyper 1 and http 1.

Currently the remaining pieces are:

  • actix-http depends on http 0.2, this is likely a change that needs to happen in actix-web 5
  • teloxide-core depends on reqwest 0.11, which depends on hyper 0.14 and http 0.2
Tracking dependency changes necessary to move from hyper 0.14 and http 0.2 to hyper 1 and http 1. Currently the remaining pieces are: - actix-http depends on http 0.2, this is likely a change that needs to happen in actix-web 5 - teloxide-core depends on reqwest 0.11, which depends on hyper 0.14 and http 0.2
asonix added 1 commit 2024-04-15 02:02:47 +00:00
All checks were successful
/ clippy (pull_request) Successful in 1m29s
/ tests (pull_request) Successful in 2m6s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 2m34s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 2m41s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 2m31s
2281fcdb5b
Start upgrading to http1
Author
Owner
teloxide issue: https://github.com/teloxide/teloxide/issues/1034
Author
Owner
actix-web PR: https://github.com/actix/actix-web/pull/3208
All checks were successful
/ clippy (pull_request) Successful in 1m29s
/ tests (pull_request) Successful in 2m6s
/ check (aarch64-unknown-linux-musl) (pull_request) Successful in 2m34s
/ check (armv7-unknown-linux-musleabihf) (pull_request) Successful in 2m41s
/ check (x86_64-unknown-linux-musl) (pull_request) Successful in 2m31s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin asonix/hyper-1:asonix/hyper-1
git checkout asonix/hyper-1

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff asonix/hyper-1
git checkout main
git merge --ff-only asonix/hyper-1
git checkout asonix/hyper-1
git rebase main
git checkout main
git merge --no-ff asonix/hyper-1
git checkout main
git merge --squash asonix/hyper-1
git checkout main
git merge --ff-only asonix/hyper-1
git checkout main
git merge asonix/hyper-1
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: asonix/relay#3
No description provided.