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

Update Rust crate http to v1 #133

Merged
merged 2 commits into from
Nov 18, 2023
Merged

Update Rust crate http to v1 #133

merged 2 commits into from
Nov 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
http dependencies major 0.2.11 -> 1.0.0

Release Notes

hyperium/http (http)

v1.0.0

Compare Source

  • Implement Clone for Request, Response, and Extensions. This breaking change requires
    that all extensions now implement Clone.
  • Add a default-on std feature. Disabling it currently is not supported.
  • Fix MIRI warnings in HeaderMap::iter().

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@rye
Copy link
Member

rye commented Nov 18, 2023

Our code shouldn't break when http upgrades. This appears to be because we're using http::StatusCode instead of reqwest::StatusCode?

@rye
Copy link
Member

rye commented Nov 18, 2023

Even better yet, we should remove our explicit dependency on http!

@rye rye enabled auto-merge November 18, 2023 12:27
@rye rye merged commit e9ccedf into main Nov 18, 2023
4 checks passed
@rye rye deleted the renovate/http-1.x branch November 18, 2023 12:28
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