Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 5, 2025

This PR contains the following updates:

Package Type Update Change
axum dependencies patch =0.8.1 -> =0.8.6

Release Notes

tokio-rs/axum (axum)

v0.8.6

Compare Source

v0.8.5: axum v0.8.5

Compare Source

  • fixed: Reject JSON request bodies with trailing characters after the JSON document (#​3453)
  • added: Implement OptionalFromRequest for Multipart (#​3220)
  • added: Getter methods Location::{status_code, location}
  • added: Support for writing arbitrary binary data into server-sent events (#​3425)]
  • added: middleware::ResponseAxumBodyLayer for mapping response body to axum::body::Body (#​3469)
  • added: impl FusedStream for WebSocket (#​3443)
  • changed: The sse module and Sse type no longer depend on the tokio feature (#​3154)
  • changed: If the location given to one of Redirects constructors is not a valid header value, instead of panicking on construction, the IntoResponse impl now returns an HTTP 500, just like Json does when serialization fails (#​3377)
  • changed: Update minimum rust version to 1.78 (#​3412)

v0.8.4: axum v0.8.4

Compare Source

  • added: Router::reset_fallback (#​3320)
  • added: WebSocketUpgrade::selected_protocol (#​3248)
  • fixed: Panic location for overlapping method routes (#​3319)
  • fixed: Don't leak a tokio task when using serve without graceful shutdown (#​3129)

v0.8.3: axum v0.8.3

Compare Source

  • added: Implement From<Bytes> for Message (#​3273)
  • added: Implement OptionalFromRequest for Json (#​3142)
  • added: Implement OptionalFromRequest for Extension (#​3157)
  • added: Allow setting the read buffer capacity of WebSocketUpgrade (#​3178)
  • changed: Improved code size / compile time of dependent crates (#​3285, #​3294)

v0.8.2: axum v0.8.2

Yanked from crates.io due to unforeseen breaking change, see #​3190 for details


  • added: Implement OptionalFromRequest for Json (#​3142)
  • added: Implement OptionalFromRequest for Extension (#​3157)
  • changed: Make the status function of rejections a const function, such
    as JsonRejection, QueryRejection and PathRejection (#​3168)

Configuration

📅 Schedule: Branch creation - "before 3am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 label Jul 5, 2025
@renovate renovate bot force-pushed the renovate/axum-monorepo branch 2 times, most recently from d8502b0 to 2025647 Compare July 6, 2025 22:30
@renovate renovate bot force-pushed the renovate/axum-monorepo branch 2 times, most recently from eb8f050 to bbf402b Compare August 15, 2025 22:01
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from bbf402b to fc65d75 Compare September 25, 2025 16:00
@renovate
Copy link
Contributor Author

renovate bot commented Sep 25, 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: server/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path server/Cargo.toml --package [email protected] --precise 0.8.6
    Updating crates.io index
error: failed to select a version for `serde_derive`.
    ... required by package `serde_core v1.0.221`
    ... which satisfies dependency `serde_core = "^1.0.221"` of package `axum v0.8.6`
    ... which satisfies dependency `axum = "=0.8.6"` of package `gachadata-server v0.1.0 (/tmp/renovate/repos/github/GiganticMinecraft/gachadata-server/server)`
versions that meet the requirements `=1.0.221` are: 1.0.221

all possible versions conflict with previously selected packages.

  previously selected package `serde_derive v1.0.217`
    ... which satisfies dependency `serde_derive = "=1.0.217"` of package `serde v1.0.217`
    ... which satisfies dependency `serde = "=1.0.217"` of package `gachadata-server v0.1.0 (/tmp/renovate/repos/github/GiganticMinecraft/gachadata-server/server)`

failed to select a version for `serde_derive` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/axum-monorepo branch from fc65d75 to 528cf75 Compare October 5, 2025 20:46
@renovate renovate bot enabled auto-merge (squash) October 5, 2025 20:46
@renovate renovate bot changed the title fix(deps): update rust crate axum to v0.8.4 fix(deps): update rust crate axum to v0.8.5 Oct 5, 2025
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 528cf75 to 02b9f17 Compare October 7, 2025 13:15
@renovate renovate bot changed the title fix(deps): update rust crate axum to v0.8.5 fix(deps): update rust crate axum to v0.8.6 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 02b9f17 to 0e8a479 Compare October 18, 2025 20:43
@renovate renovate bot force-pushed the renovate/axum-monorepo branch from 0e8a479 to ca17c03 Compare October 22, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant