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 to 0.6.12 #150

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Update Rust crate axum to 0.6.12 #150

merged 1 commit into from
Apr 4, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
axum dependencies patch 0.6.4 -> 0.6.12

Release Notes

tokio-rs/axum

v0.6.12: axum - v0.6.12

Compare Source

  • added: Implement IntoResponse for MultipartError (#​1861)
  • fixed: More clearly document what wildcards matches (#​1873)

v0.6.11: axum - v0.6.11

Compare Source

  • fixed: Don't require S: Debug for impl Debug for Router<S> (#​1836)
  • fixed: Clone state a bit less when handling requests (#​1837)
  • fixed: Unpin itoa dependency (#​1815)

v0.6.10: axum - v0.6.10

Compare Source

  • fixed: Add #[must_use] attributes to types that do nothing unless used (#​1809)
  • fixed: Gracefully handle missing headers in the TypedHeader extractor (#​1810)
  • fixed: Fix routing issues when loading a Router via a dynamic library (#​1806)

v0.6.9: axum - v0.6.9

Compare Source

  • changed: Update to tower-http 0.4. axum is still compatible with tower-http 0.3 (#​1783)

v0.6.8: axum - v0.6.8

Compare Source

  • fixed: Fix Allow missing from routers with middleware (#​1773)
  • added: Add KeepAlive::event for customizing the event sent for SSE keep alive (#​1729)

v0.6.7: axum - v0.6.7

Compare Source

  • added: Add FormRejection::FailedToDeserializeFormBody which is returned
    if the request body couldn't be deserialized into the target type, as opposed
    to FailedToDeserializeForm which is only for query parameters (#​1683)
  • added: Add MockConnectInfo for setting ConnectInfo during tests (#​1767)

v0.6.6: axum - v0.6.6

Compare Source

  • fixed: Enable passing MethodRouter to Router::fallback (#​1730)

v0.6.5: axum - v0.6.5

Compare Source

  • fixed: Fix #[debug_handler] sometimes giving wrong borrow related suggestions (#​1710)
  • Document gotchas related to using impl IntoResponse as the return type from handler functions (#​1736)

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 changed the title Update Rust crate axum to 0.6.5 Update Rust crate axum to 0.6.6 Feb 12, 2023
@renovate renovate bot force-pushed the renovate/axum-0.x branch 2 times, most recently from 0c993a7 to 03cefee Compare February 17, 2023 19:49
@renovate renovate bot changed the title Update Rust crate axum to 0.6.6 Update Rust crate axum to 0.6.7 Feb 17, 2023
@renovate renovate bot changed the title Update Rust crate axum to 0.6.7 Update Rust crate axum to 0.6.8 Feb 24, 2023
@renovate renovate bot changed the title Update Rust crate axum to 0.6.8 Update Rust crate axum to 0.6.9 Feb 27, 2023
@renovate renovate bot changed the title Update Rust crate axum to 0.6.9 Update Rust crate axum to 0.6.10 Mar 4, 2023
@renovate renovate bot changed the title Update Rust crate axum to 0.6.10 Update Rust crate axum to 0.6.11 Mar 13, 2023
@renovate renovate bot changed the title Update Rust crate axum to 0.6.11 Update Rust crate axum to 0.6.12 Mar 22, 2023
@zdz zdz merged commit e84c94a into master Apr 4, 2023
@renovate renovate bot deleted the renovate/axum-0.x branch April 4, 2023 15:58
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