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 #1081

Merged
merged 2 commits into from
Mar 27, 2024
Merged

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

merged 2 commits into from
Mar 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http dependencies major 0.2 -> 1.1

Release Notes

hyperium/http (http)

v1.1.0

Compare Source

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Add Extensions::get_or_insert() method.
  • Implement From<Uri> for uri::Builder.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.

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.12

Compare Source

What's Changed

  • Add methods to allow trying to allocate in the HeaderMap, returning an error if oversize instead of panicking.
  • Fix HeaderName::from_lowercase that could allow NUL bytes in some cases.

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:35
@renovate renovate bot force-pushed the renovate/http-1.x branch 7 times, most recently from 7bfe508 to 7eb6412 Compare November 23, 2023 14:16
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from a71007d to c4c09d7 Compare December 4, 2023 04:44
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 1a78c84 to d2cb8a1 Compare December 14, 2023 03:08
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from 69497cf to bfdc309 Compare December 19, 2023 13:31
@renovate renovate bot force-pushed the renovate/http-1.x branch 5 times, most recently from 7919a30 to bc1c16e Compare January 2, 2024 11:24
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 4148be9 to b924243 Compare January 3, 2024 23:11
@renovate renovate bot force-pushed the renovate/http-1.x branch 6 times, most recently from 546b7c8 to afc1559 Compare January 22, 2024 15:40
@renovate renovate bot force-pushed the renovate/http-1.x branch 4 times, most recently from 8f41f99 to 19b922d Compare February 15, 2024 04:40
@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from d1870ae to 72efb1f Compare February 15, 2024 15:40
@amrbashir
Copy link
Member

Seems like we only need reqwest to update to latest hyper and then we can upgrade, seanmonstar/reqwest#2039 and seanmonstar/reqwest#2059

@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 8c84d7b to 3b3dc40 Compare February 22, 2024 07:32
@renovate renovate bot force-pushed the renovate/http-1.x branch 7 times, most recently from cd9796e to 6481756 Compare March 11, 2024 12:01
@renovate renovate bot force-pushed the renovate/http-1.x branch 6 times, most recently from af36432 to 20a20d7 Compare March 19, 2024 14:47
@amrbashir amrbashir merged commit fdbd3d3 into dev Mar 27, 2024
@amrbashir amrbashir deleted the renovate/http-1.x branch March 27, 2024 03:07
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.

None yet

3 participants