chore(deps): update rust crate axum-server to 0.8.0 #1334

Open
renovate wants to merge 1 commit from renovate/axum-server-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
axum-server workspace.dependencies minor 0.7.20.8.0

Release Notes

programatik29/axum-server (axum-server)

v0.8.0

Compare Source

  • changed: Server is now generic over connections, allowing axum-server to listen not just on TCP.
  • added: Support for Unix sockets has been implemented and an example for Unix sockets has been provided.
  • changed: rustls-pemfile was replaced with rustls-pki-types as it is now unmaintained.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [axum-server](https://github.com/programatik29/axum-server) | workspace.dependencies | minor | `0.7.2` → `0.8.0` | --- ### Release Notes <details> <summary>programatik29/axum-server (axum-server)</summary> ### [`v0.8.0`](https://github.com/programatik29/axum-server/blob/HEAD/CHANGELOG.md#080-7-December-2025) [Compare Source](https://github.com/programatik29/axum-server/compare/v0.7.3...v0.8.0) - **changed**: `Server` is now generic over connections, allowing `axum-server` to listen not just on TCP. - **added**: Support for Unix sockets has been implemented and an example for Unix sockets has been provided. - **changed**: `rustls-pemfile` was replaced with `rustls-pki-types` as it is now unmaintained. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNzAuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update rust crate axum-server to 0.8.0
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Update flake hashes / update-flake-hashes (pull_request) Successful in 22s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m34s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 22m5s
e369b51952
Author
Collaborator

⚠️ 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 axum-server@0.7.3 --precise 0.8.0
    Updating crates.io index
error: failed to select a version for the requirement `axum-server = "^0.7.1"`
candidate versions found which didn't match: 0.8.0
location searched: crates.io index
required by package `axum-server-dual-protocol v0.7.0`
    ... which satisfies dependency `axum-server-dual-protocol = "^0.7"` of package `conduwuit_router v0.5.5 (/tmp/renovate/repos/forgejo/continuwuation/continuwuity/src/router)`
    ... which satisfies path dependency `conduwuit-router` (locked to 0.5.5) of package `conduwuit v0.5.5 (/tmp/renovate/repos/forgejo/continuwuation/continuwuity/src/main)`

### ⚠️ 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 axum-server@0.7.3 --precise 0.8.0 Updating crates.io index error: failed to select a version for the requirement `axum-server = "^0.7.1"` candidate versions found which didn't match: 0.8.0 location searched: crates.io index required by package `axum-server-dual-protocol v0.7.0` ... which satisfies dependency `axum-server-dual-protocol = "^0.7"` of package `conduwuit_router v0.5.5 (/tmp/renovate/repos/forgejo/continuwuation/continuwuity/src/router)` ... which satisfies path dependency `conduwuit-router` (locked to 0.5.5) of package `conduwuit v0.5.5 (/tmp/renovate/repos/forgejo/continuwuation/continuwuity/src/main)` ```
renovate force-pushed renovate/axum-server-0.x from e369b51952
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Update flake hashes / update-flake-hashes (pull_request) Successful in 22s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m34s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 22m5s
to a5ef460d87
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Has been cancelled
Checks / Prek / Pre-commit & Formatting (pull_request) Has been cancelled
Checks / Prek / Clippy and Cargo Tests (pull_request) Has been cancelled
Update flake hashes / update-flake-hashes (pull_request) Has been cancelled
2026-02-15 18:49:17 +00:00
Compare
renovate force-pushed renovate/axum-server-0.x from e369b51952
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Update flake hashes / update-flake-hashes (pull_request) Successful in 22s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m34s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 22m5s
to a5eae078f2 2026-02-16 05:02:28 +00:00
Compare
renovate force-pushed renovate/axum-server-0.x from e369b51952
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Successful in 1m12s
Update flake hashes / update-flake-hashes (pull_request) Successful in 22s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 2m34s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 22m5s
to 69cb9d1bb5
Some checks failed
renovate/artifacts Artifact file update failure
Update flake hashes / update-flake-hashes (pull_request) Successful in 2m32s
Documentation / Build and Deploy Documentation (pull_request) Successful in 44m58s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 45m38s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 17m3s
2026-02-17 05:04:58 +00:00
Compare
renovate force-pushed renovate/axum-server-0.x from 69cb9d1bb5
Some checks failed
renovate/artifacts Artifact file update failure
Update flake hashes / update-flake-hashes (pull_request) Successful in 2m32s
Documentation / Build and Deploy Documentation (pull_request) Successful in 44m58s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 45m38s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 17m3s
to e030407e8d
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Successful in 7m22s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 6m25s
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m20s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 12m1s
2026-02-19 14:56:03 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
Documentation / Build and Deploy Documentation (pull_request) Successful in 7m22s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 6m25s
Required
Details
Update flake hashes / update-flake-hashes (pull_request) Successful in 1m20s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 12m1s
Required
Details
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/axum-server-0.x:renovate/axum-server-0.x
git switch renovate/axum-server-0.x
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1334
No description provided.