Skip to content

Conversation

@johnynek
Copy link
Collaborator

@johnynek johnynek commented May 9, 2024

all of the open version bump PRs seem to be related to the hyper API changing quite significantly in the 1.0 version.

A key issue is that a concrete Body type was removed. Here I tried to get it to work with minimal changes.

Probably there is some legacy::Body type in hyper we could use, and that would be the easier fix.

Alternatively, we could make a Body type in our own repo and use that? Or perhaps we want to pumb the generic http_body::Body trait through and make things generic (but since we likely only use one concrete body, I don't think I see the point of that).

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

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.

2 participants