Created by: dependabot[bot]
Updates the requirements on axum-server to permit the latest version.
Release notes
Sourced from axum-server's releases.
v0.5.0
- breaking: Updated
rustlsfrom0.20to0.21which affectsServerConfigtype.- breaking: Updated
tokio-rustlsfrom0.23to0.24which affectsTlsStreamtype.
Changelog
Sourced from axum-server's changelog.
0.5.0 (4. May 2023)
- breaking: Updated
rustlsfrom0.20to0.21which affectsServerConfigtype.- breaking: Updated
tokio-rustlsfrom0.23to0.24which affectsTlsStreamtype.0.4.7 (19. March 2023)
- added: Openssl is now supported.
0.4.5 (18. February 2023)
- changed:
Handle::graceful_shutdownnow informs connections about the graceful shutdown.0.4.3 (3. November 2022)
- added: Added
tcp_keepalive_intervalandtcp_keepalive_retriestoAddrIncomingConfig.0.4.2 (5. August 2022)
- added: Added
Server::from_tcp,axum_server::from_tcpandaxum_server::from_tcp_rustlsmethods to createServerfromstd::net::TcpListener.0.4.1 (29. July 2022)
- added: Added
map,getandget_mutmethods to access the acceptor ofServer.0.4.0 (18. April 2022)
- Added TLS handshake timeout(10 seconds).
- In
RustlsConfig:from_pemandfrom_pem_filemethods now accept EC keys.- added: Added
AddrIncomingConfigto allow configuration ofhyper::server::conn::AddrIncoming.- added: Added
HttpConfig::http1_header_read_timeout.- breaking: Changed
Handle::listeningreturn type toOption<SocketAddr>. If binding fails,Option::Nonewill be returned.0.3.2 (17. November 2021)
- added: Added
HttpConfigto allow more configuration.0.3.1 (10. November 2021)
- fixed:
tls-rustlsfeature doesn't compile iffsfeature intokio
... (truncated)
Commits
-
91c7e29Version 0.5.0 (#75) -
c5308aeUpdaterustlsto v0.21 (#74) - See full diff 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)