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

upgrade hyper, http and rustls #124

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Conversation

NOBLES5E
Copy link
Contributor

@NOBLES5E NOBLES5E commented Jul 16, 2024

  • 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.

Closes #123

@NOBLES5E
Copy link
Contributor Author

NOBLES5E commented Jul 16, 2024

@programatik29 @abs0luty Could you please review this when you have a chance? Thank you!

NOBLES5E added a commit to NOBLES5E/hyper-serve that referenced this pull request Jul 17, 2024
@programatik29
Copy link
Owner

I have been inactive for a while. Thanks for the PR. I will merge it soon.

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.

Update hyper dependency version
2 participants