Bump axum-server from 0.5.1 to 0.6.0 #52

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/main/axum-server-0.6.0 into main
dependabot[bot] commented 2023-12-27 06:36:22 +00:00 (Migrated from github.com)

Bumps axum-server from 0.5.1 to 0.6.0.

Release notes

Sourced from axum-server's releases.

v0.6.0

  • added: functionalities in tls_openssl, that were added as they appeared to be only in tls_rustls:
    • axum_server::tls_openssl::OpenSSLConfig::from_acceptor
    • axum_server::tls_openssl::OpenSSLConfig::from_der
    • axum_server::tls_openssl::OpenSSLConfig::from_pem
    • axum_server::tls_openssl::OpenSSLConfig::get_inner
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_der
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_pem
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_file
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_chain_file
  • added: from_pem_chain_file method for RustlsConfig.
  • breaking: Removed HttpConfig and AddrIncomingConfig.
  • breaking: Updated axum from 0.6 to 0.7.
  • breaking: Updated hyper to 1.0.1.
Changelog

Sourced from axum-server's changelog.

0.6.0 (21. December 2023)

  • added: functionalities in tls_openssl, that were added as they appeared to be only in tls_rustls:
    • axum_server::tls_openssl::OpenSSLConfig::from_acceptor
    • axum_server::tls_openssl::OpenSSLConfig::from_der
    • axum_server::tls_openssl::OpenSSLConfig::from_pem
    • axum_server::tls_openssl::OpenSSLConfig::get_inner
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_der
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_pem
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_file
    • axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_chain_file
  • added: from_pem_chain_file method for RustlsConfig.
  • breaking: Removed HttpConfig and AddrIncomingConfig.
  • breaking: Updated axum from 0.6 to 0.7.
  • breaking: Updated hyper to 1.0.1.
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [axum-server](https://github.com/programatik29/axum-server) from 0.5.1 to 0.6.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.6.0</h2> <ul> <li><strong>added</strong>: functionalities in <code>tls_openssl</code>, that were added as they appeared to be only in <code>tls_rustls</code>: <ul> <li><code>axum_server::tls_openssl::OpenSSLConfig::from_acceptor</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::from_der</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::from_pem</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::get_inner</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_der</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_pem</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_file</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_chain_file</code></li> </ul> </li> <li><strong>added</strong>: <code>from_pem_chain_file</code> method for <code>RustlsConfig</code>.</li> <li><strong>breaking</strong>: Removed <code>HttpConfig</code> and <code>AddrIncomingConfig</code>.</li> <li><strong>breaking</strong>: Updated <code>axum</code> from <code>0.6</code> to <code>0.7</code>.</li> <li><strong>breaking</strong>: Updated <code>hyper</code> to <code>1.0.1</code>.</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.6.0 (21. December 2023)</h1> <ul> <li><strong>added</strong>: functionalities in <code>tls_openssl</code>, that were added as they appeared to be only in <code>tls_rustls</code>: <ul> <li><code>axum_server::tls_openssl::OpenSSLConfig::from_acceptor</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::from_der</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::from_pem</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::get_inner</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_der</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_pem</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_file</code></li> <li><code>axum_server::tls_openssl::OpenSSLConfig::reload_from_pem_chain_file</code></li> </ul> </li> <li><strong>added</strong>: <code>from_pem_chain_file</code> method for <code>RustlsConfig</code>.</li> <li><strong>breaking</strong>: Removed <code>HttpConfig</code> and <code>AddrIncomingConfig</code>.</li> <li><strong>breaking</strong>: Updated <code>axum</code> from <code>0.6</code> to <code>0.7</code>.</li> <li><strong>breaking</strong>: Updated <code>hyper</code> to <code>1.0.1</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/programatik29/axum-server/commit/0e5a4270b8eecbbc99e4b0ff475200054033fcc0"><code>0e5a427</code></a> Fix all rustls and openssl tests</li> <li><a href="https://github.com/programatik29/axum-server/commit/86f429432fbfcc91b5b8dc403b163bb0c964a072"><code>86f4294</code></a> Merge branch 'master' of <a href="https://github.com/programatik29/axum-server">https://github.com/programatik29/axum-server</a></li> <li><a href="https://github.com/programatik29/axum-server/commit/9a011dba6711acc05c78e04e712b7e5dfa249893"><code>9a011db</code></a> Fix rustls tests</li> <li><a href="https://github.com/programatik29/axum-server/commit/daa87af5784b52d2080ef5f75ac3f9975e18a81b"><code>daa87af</code></a> Merge pull request <a href="https://redirect.github.com/programatik29/axum-server/issues/105">#105</a> from garlic-hub/msrv</li> <li><a href="https://github.com/programatik29/axum-server/commit/cee61d8e20c480aa6d3fbc74aefb318219f6bf26"><code>cee61d8</code></a> Update MSRV on README</li> <li><a href="https://github.com/programatik29/axum-server/commit/63151f7c3701fed3e8c288b1807778c2d27ec01d"><code>63151f7</code></a> Add from_pem_chain_file method for RustlsConfig</li> <li><a href="https://github.com/programatik29/axum-server/commit/debe6c0142eb6cc2cf1fded5316e845d7d91fc5d"><code>debe6c0</code></a> Update version to 0.6.0 and update CHANGELOG</li> <li><a href="https://github.com/programatik29/axum-server/commit/375c3b4a3d01268e12326d52f0f547b4df451c56"><code>375c3b4</code></a> Fix dependency not being optional error</li> <li><a href="https://github.com/programatik29/axum-server/commit/ab8a5be68effd1b2e45d705573983b96726586b4"><code>ab8a5be</code></a> Add functionalities in tls_rustls to tls_openssl (<a href="https://redirect.github.com/programatik29/axum-server/issues/81">#81</a>)</li> <li><a href="https://github.com/programatik29/axum-server/commit/8f138d79353142cd94e60c22a2f326e87c9db76f"><code>8f138d7</code></a> Merge branch 'master' into feat/tls-openssl-reload</li> <li>Additional commits viewable in <a href="https://github.com/programatik29/axum-server/compare/v0.5.1...v0.6.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.5.1&new-version=0.6.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 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>
dependabot[bot] commented 2023-12-27 18:41:01 +00:00 (Migrated from github.com)

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file. If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Pull request closed

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!52
No description provided.