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

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

Update Rust crate http to v1 #1055

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2023

This PR contains the following updates:

Package Type Update Change
http workspace.dependencies major 0.2.12 -> 1.2.0

Release Notes

hyperium/http (http)

v1.2.0

Compare Source

  • Add StatusCode::TOO_EARLY constant for 425 status.
  • Loosen TryFrom<HashMap> for HeaderMap to work with any state generic.
  • Change Builder methods to use TryInto instead of TryFrom arguments.
  • Make StatusCode::as_u16 a const function.
  • Fix Method parsing to allow #$%&' characters.
  • Fix HeaderName parsing to reject " characters.
  • Fix off by 1 error in Method::from_bytes that could cause extra allocations.

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().

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 10, 2023
Copy link
Contributor Author

renovate bot commented Dec 10, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 1.1.0
    Updating crates.io index
error: failed to select a version for the requirement `http = "^0.2"`
candidate versions found which didn't match: 1.1.0
location searched: crates.io index
required by package `reqwest v0.11.27`
    ... which satisfies dependency `reqwest = "^0.11"` (locked to 0.11.27) of package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#66050932)`
    ... which satisfies git dependency `omicron-common` (locked to 0.1.0) of package `crucible-agent v0.0.1 (/tmp/renovate/repos/github/oxidecomputer/crucible/agent)`
perhaps a crate was updated and forgotten to be re-vendored?

@renovate renovate bot force-pushed the renovate/http-1.x branch 2 times, most recently from 2173e5b to 7d12826 Compare December 29, 2023 20:56
@renovate renovate bot force-pushed the renovate/http-1.x branch from 7d12826 to a7f4701 Compare February 4, 2024 10:40
@renovate renovate bot force-pushed the renovate/http-1.x branch from a7f4701 to 608a7db Compare February 19, 2024 16:25
@renovate renovate bot force-pushed the renovate/http-1.x branch from 608a7db to 7a42b21 Compare March 5, 2024 04:07
@renovate renovate bot force-pushed the renovate/http-1.x branch 3 times, most recently from 9c74bc3 to ec3d68a Compare March 23, 2024 03:04
@renovate renovate bot force-pushed the renovate/http-1.x branch from ec3d68a to 99315fb Compare May 1, 2024 11:09
@renovate renovate bot force-pushed the renovate/http-1.x branch from 99315fb to b34e703 Compare June 24, 2024 14:14
@renovate renovate bot force-pushed the renovate/http-1.x branch from b34e703 to 3e10ce4 Compare August 28, 2024 06:46
@renovate renovate bot force-pushed the renovate/http-1.x branch from 3e10ce4 to 2180531 Compare September 24, 2024 05:05
@renovate renovate bot force-pushed the renovate/http-1.x branch from 2180531 to 2dee996 Compare December 4, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants