dummyhttp
dummyhttp copied to clipboard
Bump axum-server from 0.5.1 to 0.6.0
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 intls_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 forRustlsConfig
.- breaking: Removed
HttpConfig
andAddrIncomingConfig
.- breaking: Updated
axum
from0.6
to0.7
.- breaking: Updated
hyper
to1.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 intls_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 forRustlsConfig
.- breaking: Removed
HttpConfig
andAddrIncomingConfig
.- breaking: Updated
axum
from0.6
to0.7
.- breaking: Updated
hyper
to1.0.1
.
Commits
0e5a427
Fix all rustls and openssl tests86f4294
Merge branch 'master' of https://github.com/programatik29/axum-server9a011db
Fix rustls testsdaa87af
Merge pull request #105 from garlic-hub/msrvcee61d8
Update MSRV on README63151f7
Add from_pem_chain_file method for RustlsConfigdebe6c0
Update version to 0.6.0 and update CHANGELOG375c3b4
Fix dependency not being optional errorab8a5be
Add functionalities in tls_rustls to tls_openssl (#81)8f138d7
Merge branch 'master' into feat/tls-openssl-reload- Additional commits viewable in compare view
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)