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

fix(deps): update rust crate http to v1 #729

Merged
merged 2 commits into from
Nov 30, 2023
Merged

fix(deps): update rust crate http to v1 #729

merged 2 commits into from
Nov 30, 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 -> 1.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().

v0.2.11

Compare Source

What's Changed

  • Fix MIRI warnings in HeaderMap::iter().

v0.2.10

Compare Source

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.

v0.2.9

Compare Source

  • Add HeaderName constants for cache-status and cdn-cache-control.
  • Implement Hash for PathAndQuery.
  • Re-export HeaderName at crate root.

v0.2.8

Compare Source

  • Fix internal usage of uninitialized memory to use MaybeUninit inside HeaderName.

v0.2.7

Compare Source

  • MSRV bumped to 1.49.
  • Add extend() method to Extensions.
  • Add From<Authority> and From<PathAndQuery> impls for Uri.
  • Make HeaderName::from_static a const fn.

v0.2.6

Compare Source

  • Upgrade internal itoa dependency to 1.0.

v0.2.5

Compare Source

  • Add is_empty() and len() methods to Extensions.
  • Add version_ref() method to request::Builder.
  • Implement TryFrom<Vec<u8>> and TryFrom<String> for Authority, Uri, PathAndQuery, and HeaderName.
  • Make HeaderValue::from_static a const fn.

v0.2.4

Compare Source

  • Fix Uri parsing to allow {, ", and } in paths.

v0.2.3

Compare Source

  • Upgrade internal (private) bytes dependency to 1.0.

v0.2.2

Compare Source

  • Fix (potential double) panic of (HeaderMap) OccupiedEntry::remove_entry and
    remove_entry_mult when multiple values are present. ([#​446], [#​449] dekellum)
  • Safety audits of (priv) ByteStr and refactor of Authority ([#​408], [#​414] sbosnick)
  • Fix HeaderName to error instead of panic when input is too long ([#​432] [#​433] acfoltzer)
  • Allow StatusCode to encode values 100-999 without error. Use of the
    unclassified range 600-999 remains discouraged. ([#​144], [#​438], [#​443] quininer dekellum)
  • Add String and &String fallible conversions to PathAndQuery ([#​450] mkindahl)
  • Fix Authority (and Uri) to error instead of panic on unbalanced brackets
    ([#​435], [#​445] aeryz)

v0.2.1

Compare Source

  • Fix parsing of Authority to handle square brackets in incorrect order.
  • Fix HeaderMap::with_capacity() to handle arithmetic overflow.

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.

@renovate renovate bot requested a review from a team as a code owner November 15, 2023 16:32
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from 15c4339 to d83f0de Compare November 17, 2023 22:20
@FabianLars FabianLars marked this pull request as draft November 17, 2023 22:38
@renovate renovate bot force-pushed the renovate/http-1.x branch 14 times, most recently from de32955 to 8ee31eb Compare November 24, 2023 17:38
@renovate renovate bot force-pushed the renovate/http-1.x branch 10 times, most recently from 25d78f4 to 9f8f2f9 Compare November 30, 2023 09:38
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 69f6cce to 0b38684 Compare November 30, 2023 11:13
@FabianLars FabianLars marked this pull request as ready for review November 30, 2023 11:50
Copy link
Contributor Author

renovate bot commented Nov 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@FabianLars FabianLars merged commit aabb440 into v1 Nov 30, 2023
6 of 7 checks passed
@FabianLars FabianLars deleted the renovate/http-1.x branch November 30, 2023 12:00
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