Update Rust crate axum-server to 0.7.0 #298
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.0
->0.7.0
Release Notes
programatik29/axum-server (axum-server)
v0.7.1
Compare Source
tls-rustls-no-provider
, which enables norustls::crypto::CryptoProvider
.hyper-util
to0.1.2
.v0.7.0
Compare Source
rustls
from0.21
to0.23
.tokio-rustls
from0.24
to0.26
.hyper
from1.0.1
to1.4
.http
from1.0.0
to1.1
.rustls-pki-types
dependency for thetls-rustls
feature.rustls::Certificate
andrustls::PrivateKey
withrustls_pki_types::CertificateDer
andrustls_pki_types::PrivateKeyDer
.ServerConfig
initialization to removewith_safe_defaults()
call.ClientConfig
initialization in tests to usedangerous()
instead ofwith_safe_defaults()
.ServerCertVerifier
implementation in tests to match new rustls API.rustls-pemfile
,serial_test
, andtower-http
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.