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 hyper to 1.x and integrate with hyper-util #232

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Update hyper to 1.x and integrate with hyper-util #232

merged 2 commits into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. Update hyper to 1.x and integrate with hyper-util

    This updates the entire dependency stack to hyper 1.x and http 1.x.
    
    The tokio-runtime feature was removed since it no longer serves a
    purpose and tokio is a hard dependency.
    
    Since hyper 1.x removed the high-level server API that supported
    customizing the accept process of the server via an Accept trait, the
    acceptor in hyper-rustls is removed. The server example however was
    updated to showcase how rustls can be integrated with the low-level
    hyper 1.x API.
    
    Signed-off-by: Jens Reidel <adrian@travitia.xyz>
    Gelbpunkt committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ed6f58d View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.26.0

    Signed-off-by: Jens Reidel <adrian@travitia.xyz>
    Gelbpunkt committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0dfa56c View commit details
    Browse the repository at this point in the history