Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate axum-server to 0.7.0 #298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

This PR contains the following updates:

Package Type Update Change
axum-server dependencies minor 0.6.0 -> 0.7.0

Release Notes

programatik29/axum-server (axum-server)

v0.7.1

Compare Source

  • added: Crate feature tls-rustls-no-provider, which enables no rustls::crypto::CryptoProvider.
  • fixed: Correct minimum required hyper-util to 0.1.2.

v0.7.0

Compare Source

  • fixed: Graceful shutdown now stops accepting requests from existing connections.
  • changed: Updated rustls from 0.21 to 0.23.
  • changed: Updated tokio-rustls from 0.24 to 0.26.
  • changed: Updated hyper from 1.0.1 to 1.4.
  • changed: Updated http from 1.0.0 to 1.1.
  • added: rustls-pki-types dependency for the tls-rustls feature.
  • changed: Replaced usage of rustls::Certificate and rustls::PrivateKey with rustls_pki_types::CertificateDer and rustls_pki_types::PrivateKeyDer.
  • changed: Updated ServerConfig initialization to remove with_safe_defaults() call.
  • changed: Updated ClientConfig initialization in tests to use dangerous() instead of with_safe_defaults().
  • changed: Updated ServerCertVerifier implementation in tests to match new rustls API.
  • changed: Minor version bumps for various dependencies including rustls-pemfile, serial_test, and tower-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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from auguwu as a code owner August 12, 2024 09:50
@renovate renovate bot force-pushed the renovate/axum-server-0.x branch 17 times, most recently from 70a16bb to 1b3291d Compare August 18, 2024 03:25
@renovate renovate bot force-pushed the renovate/axum-server-0.x branch 8 times, most recently from a182744 to 75697cd Compare August 24, 2024 04:19
@renovate renovate bot force-pushed the renovate/axum-server-0.x branch 3 times, most recently from 43f9396 to 3fa5725 Compare September 16, 2024 19:20
@renovate renovate bot force-pushed the renovate/axum-server-0.x branch 13 times, most recently from 5bd04dc to fbc8ab5 Compare September 19, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants