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

chore(deps): update to http v1 versions #421

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

Conversation

cratelyn
Copy link

@cratelyn cratelyn commented Dec 17, 2024

this commit bumps our rust dependencies such that we depend on http's v1 major release.

this commit makes the following changes to our dependency graph:

  • h2: 0.3 -> 0.4
  • http: 0.2 -> 1.2
  • prost: 0.12 -> 0.13
  • prost-types: 0.12 -> 0.13
  • tonic: 0.10 -> 0.12
  • tonic-build: 0.10 -> 0.12

see linkerd/linkerd2#8733 for more information about upgrading to hyper 1.0.

this commit bumps our rust dependencies such that we depend on http's v1
major release.

this commit in particular makes the following changes to our dependency
graph:

* `h2`: 0.3 -> 0.4
* `http`: 0.2 -> 1.2
* `prost`: 0.12 -> 0.13
* `prost-types`: 0.12 -> 0.13
* `tonic`: 0.10 -> 0.12
* `tonic-build`: 0.10 -> 0.12

Signed-off-by: katelyn martin <kate@buoyant.io>
@cratelyn cratelyn force-pushed the kate/hyper-1.x-upgrade-simple branch from 82db1bf to f70b2fc Compare December 17, 2024 21:42
@cratelyn cratelyn marked this pull request as ready for review December 17, 2024 21:44
@cratelyn cratelyn changed the title chore(deps): update to http v1 versions (wip) chore(deps): update to http v1 versions Dec 17, 2024
@cratelyn
Copy link
Author

let's refrain from landing this until we've sorted out upgrading in the control plane too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant