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

chore(deps): update rust crate axum to v0.7.9 #20

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2024

This PR contains the following updates:

Package Type Update Change
axum workspace.dependencies patch 0.7.4 -> 0.7.9

Release Notes

tokio-rs/axum (axum)

v0.7.9: axum - v0.7.9

Compare Source

  • fixed: Avoid setting content-length before middleware (#​3031)

v0.7.8: axum - v0.7.8

Compare Source

  • fixed: Skip SSE incompatible chars of serde_json::RawValue in Event::json_data (#​2992)
  • added: Add method_not_allowed_fallback to set a fallback when a path matches but there is no handler for the given HTTP method (#​2903)
  • added: Add MethodFilter::CONNECT, routing::connect[_service]
    and MethodRouter::connect[_service] (#​2961)
  • added: Add NoContent as a self-described shortcut for StatusCode::NO_CONTENT (#​2978)

v0.7.7: axum - v0.7.7

Compare Source

  • change: Remove manual tables of content from the documentation, since
    rustdoc now generates tables of content in the sidebar (#​2921)

v0.7.6: axum - v0.7.6

Compare Source

  • change: Avoid cloning Arc during deserialization of Path
  • added: axum::serve::Serve::tcp_nodelay and axum::serve::WithGracefulShutdown::tcp_nodelay (#​2653)
  • added: Router::has_routes function (#​2790)
  • change: Update tokio-tungstenite to 0.23 (#​2841)
  • added: Serve::local_addr and WithGracefulShutdown::local_addr functions (#​2881)

v0.7.5: axum - v0.7.5

Compare Source

  • fixed: Fixed layers being cloned when calling axum::serve directly with
    a Router or MethodRouter (#​2586)
  • fixed: h2 is no longer pulled as a dependency unless the http2 feature
    is enabled (#​2605)

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.

@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.7.5 chore(deps): update rust crate axum to v0.7.6 Sep 20, 2024
@renovate renovate bot force-pushed the renovate/axum-0.x-lockfile branch from 7cc5f61 to 4cfdf1a Compare September 20, 2024 22:40
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.7.6 chore(deps): update rust crate axum to v0.7.7 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/axum-0.x-lockfile branch from 4cfdf1a to 069da02 Compare September 27, 2024 21:54
@renovate renovate bot force-pushed the renovate/axum-0.x-lockfile branch from 069da02 to ee2b196 Compare November 15, 2024 19:17
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.7.7 chore(deps): update rust crate axum to v0.7.8 Nov 15, 2024
@renovate renovate bot changed the title chore(deps): update rust crate axum to v0.7.8 chore(deps): update rust crate axum to v0.7.9 Nov 16, 2024
@renovate renovate bot force-pushed the renovate/axum-0.x-lockfile branch from ee2b196 to 3ba5804 Compare November 16, 2024 22:10
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.

0 participants