Skip to content

Commit 4ce7f61

Browse files
build(deps): Bump axum-server from 0.7.3 to 0.8.0 (#27)
Bumps [axum-server](https://github.com/programatik29/axum-server) from 0.7.3 to 0.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/programatik29/axum-server/releases">axum-server's releases</a>.</em></p> <blockquote> <h2>v0.8.0</h2> <ul> <li><strong>changed</strong>: <code>Server</code> is now generic over connections, allowing <code>axum-server</code> to listen not just on TCP.</li> <li><strong>added</strong>: Support for Unix sockets has been implemented and an example for Unix sockets has been provided.</li> <li><strong>changed</strong>: <code>rustls-pemfile</code> was replaced with <code>rustls-pki-types</code> as it is now unmaintained.</li> </ul> <h2>v0.7.4</h2> <ul> <li><strong>added</strong>: Support for http1-only and http2-only servers.</li> <li><strong>changed</strong>: Improved error messages that come from parsing pemfiles with rustls.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/programatik29/axum-server/blob/master/CHANGELOG.md">axum-server's changelog</a>.</em></p> <blockquote> <h1>0.8.0 (7. December 2025)</h1> <ul> <li><strong>changed</strong>: <code>Server</code> is now generic over connections, allowing <code>axum-server</code> to listen not just on TCP.</li> <li><strong>added</strong>: Support for Unix sockets has been implemented and an example for Unix sockets has been provided.</li> <li><strong>changed</strong>: <code>rustls-pemfile</code> was replaced with <code>rustls-pki-types</code> as it is now unmaintained.</li> </ul> <h1>0.7.4 (16. November 2025)</h1> <ul> <li><strong>added</strong>: Support for http1-only and http2-only servers.</li> <li><strong>changed</strong>: Improved error messages that come from parsing pemfiles with rustls.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/programatik29/axum-server/commit/0d0e181093d5683858a858921deffa0e739f61a0"><code>0d0e181</code></a> Version 0.8.0</li> <li><a href="https://github.com/programatik29/axum-server/commit/551bc5afd4b4c89a4ed75af4dcca64d67950ed50"><code>551bc5a</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/programatik29/axum-server/commit/9b9f928ab2de8e75c8550f1cd55b60364361b9c8"><code>9b9f928</code></a> Fix CI</li> <li><a href="https://github.com/programatik29/axum-server/commit/51cc866acc577cbf4c4468b1676069cad01c2b3f"><code>51cc866</code></a> Version 0.8.0 (<a href="https://redirect.github.com/programatik29/axum-server/issues/167">#167</a>)</li> <li><a href="https://github.com/programatik29/axum-server/commit/759ebbeb763374986f8ada117a9c9123a516dbf6"><code>759ebbe</code></a> Switch to rustls-pki-types (<a href="https://redirect.github.com/programatik29/axum-server/issues/178">#178</a>)</li> <li><a href="https://github.com/programatik29/axum-server/commit/23eb3a2e904bfdb26e12815b9dd458117e9f0e76"><code>23eb3a2</code></a> fix: Replace rustls-pemfile with rustls-pki-types</li> <li><a href="https://github.com/programatik29/axum-server/commit/3a6616871ea47fb9f674dd6c06b31af6a13cbe4e"><code>3a66168</code></a> Strengthen tokio version requirements</li> <li><a href="https://github.com/programatik29/axum-server/commit/272dff9ca4d369466ac8369d24d3acc3e1d1b3ce"><code>272dff9</code></a> Bump actions/checkout (<a href="https://redirect.github.com/programatik29/axum-server/issues/175">#175</a>)</li> <li><a href="https://github.com/programatik29/axum-server/commit/475b84212009888219f08986956e76bfcca43cc2"><code>475b842</code></a> Bump actions/checkout from 5 to 6 in the github-actions group</li> <li><a href="https://github.com/programatik29/axum-server/commit/ab2381aacbd3933690826d6098026339c6d2adc9"><code>ab2381a</code></a> Merge remote-tracking branch 'upstream/master' into unix-sockets</li> <li>Additional commits viewable in <a href="https://github.com/programatik29/axum-server/compare/v0.7.3...v0.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axum-server&package-manager=cargo&previous-version=0.7.3&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent a2576e8 commit 4ce7f61

2 files changed

Lines changed: 4 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
8282

8383
# TLS (pure Rust via ring — no OpenSSL, no aws-lc-sys/cmake)
8484
rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12", "logging"] }
85-
axum-server = { version = "0.7", default-features = false, features = ["tls-rustls-no-provider"] }
85+
axum-server = { version = "0.8", default-features = false, features = ["tls-rustls-no-provider"] }
8686

8787
# Testing
8888
proptest = "1.4"

0 commit comments

Comments
 (0)