dependabot[bot] opened a new pull request, #2459: URL: https://github.com/apache/iggy/pull/2459
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 /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
