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
rustls
from0.20
to0.21
which affectsServerConfig
type.- breaking: Updated
tokio-rustls
from0.23
to0.24
which affectsTlsStream
type.
Changelog
Sourced from axum-server's changelog.
0.5.0 (4. May 2023)
- breaking: Updated
rustls
from0.20
to0.21
which affectsServerConfig
type.- breaking: Updated
tokio-rustls
from0.23
to0.24
which affectsTlsStream
type.0.4.7 (19. March 2023)
- added: Openssl is now supported.
0.4.5 (18. February 2023)
- changed:
Handle::graceful_shutdown
now informs connections about the graceful shutdown.0.4.3 (3. November 2022)
- added: Added
tcp_keepalive_interval
andtcp_keepalive_retries
toAddrIncomingConfig
.0.4.2 (5. August 2022)
- added: Added
Server::from_tcp
,axum_server::from_tcp
andaxum_server::from_tcp_rustls
methods to createServer
fromstd::net::TcpListener
.0.4.1 (29. July 2022)
- added: Added
map
,get
andget_mut
methods to access the acceptor ofServer
.0.4.0 (18. April 2022)
- Added TLS handshake timeout(10 seconds).
- In
RustlsConfig
:from_pem
andfrom_pem_file
methods now accept EC keys.- added: Added
AddrIncomingConfig
to allow configuration ofhyper::server::conn::AddrIncoming
.- added: Added
HttpConfig::http1_header_read_timeout
.- breaking: Changed
Handle::listening
return type toOption<SocketAddr>
. If binding fails,Option::None
will be returned.0.3.2 (17. November 2021)
- added: Added
HttpConfig
to allow more configuration.0.3.1 (10. November 2021)
- fixed:
tls-rustls
feature doesn't compile iffs
feature intokio
... (truncated)
Commits
-
91c7e29
Version 0.5.0 (#75) -
c5308ae
Updaterustls
to 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 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 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)