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

Bump versions of 'h2' and 'http' #3443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

gschulze
Copy link

@gschulze gschulze commented Aug 8, 2024

PR Type

Other

PR Checklist

  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • A changelog entry has been made for the appropriate packages.
  • Format code with the latest stable rustfmt.
  • (Team) Label with affected crates and semver status.

Overview

This PR upgrades the versions for h2 and http:

  • h2: 0.3.26 -> 0.4.5
  • http: 0.2.7 -> 1.1.0

@robjtede robjtede added B-semver-major breaking change requiring a major version bump A-http project: actix-http A-web project: actix-web labels Aug 9, 2024
@robjtede robjtede added this to the actix-web v5.0 milestone Aug 9, 2024
@rbuch703
Copy link

+1 for this MR. It'd be great if this could be prioritized. There's currently an inconsistency in many applications where reqwest already uses http-1.1 and actix-web via actix-http still uses http-0.2. This makes interoperability between reqwest and actix-web somewhat of a hassle.

@robjtede robjtede linked an issue Aug 15, 2024 that may be closed by this pull request
@robjtede
Copy link
Member

see discussion in #3384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-http project: actix-http A-web project: actix-web B-semver-major breaking change requiring a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating to HTTP crate v1
3 participants