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 axum-extra to 0.10.0 #2488

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Type Update Change
axum-extra dependencies minor 0.9.4 -> 0.10.0

Release Notes

tokio-rs/axum (axum-extra)

v0.10.0: axum-extra v0.10.0

Compare Source

since rc.1

  • breaking: Remove OptionalFromRequestParts impl for Query (#​3088)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#​3081)

full changelog

  • breaking: Update to prost 0.13. Used for the Protobuf extractor (#​2829)
  • changed: Update minimum rust version to 1.75 (#​2943)
  • changed: Deprecated OptionalPath<T> (#​2475)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#​3081)
  • changed: The multipart feature is no longer on by default (#​3058)
  • fixed: Host extractor includes port number when parsing authority (#​2242)
  • added: Add RouterExt::typed_connect (#​2961)
  • added: Add json! for easy construction of JSON responses (#​2962)
  • added: Add InternalServerError response for logging an internal error and returning HTTP 500 in a convenient way. (#​3010)
  • added: Add FileStream for easy construction of file stream responses (#​3047)
  • added: Add Scheme extractor (#​2507)

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

Copy link
Contributor Author

renovate bot commented Jan 1, 2025

⚠️ 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: api-backend/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path api-backend/hartex-backend-routes/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/repos/github/TeamHarTex/HarTex/api-backend/hartex-backend-routes/Cargo.toml`

Caused by:
  feature `edition2024` is required

  The package requires the Cargo feature called `edition2024`, but that feature is not stabilized in this version of Cargo (1.83.0 (5ffbef321 2024-10-29)).
  Consider trying a newer version of Cargo (this may require the nightly release).
  See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024 for more information about the status of this feature.

@HTGAzureX1212 HTGAzureX1212 added this pull request to the merge queue Jan 1, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 1, 2025
@HTGAzureX1212 HTGAzureX1212 deleted the renovate/axum-extra-0.x branch January 1, 2025 13:52
Copy link
Contributor Author

renovate bot commented Jan 1, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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