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

chore: upgrade to hyper 1.0 #75

Merged
merged 4 commits into from
Apr 25, 2024
Merged

chore: upgrade to hyper 1.0 #75

merged 4 commits into from
Apr 25, 2024

Commits on Mar 25, 2024

  1. chore: upgrade to hyper 1.0

    Also remove the dependency on hyper-alpn. There is no need for this
    dependency since all its features are already implemented in
    hyper-rustls.
    
    Upgrade to remove duplicated dependencies:
    * base64 from 0.21 -> 0.22
    * pem 1.0 -> 3.0
    * ring 0.16 -> 0.17
    boxdot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    34150cd View commit details
    Browse the repository at this point in the history
  2. remove commented out dep

    boxdot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    93c51ac View commit details
    Browse the repository at this point in the history
  3. fix ring feature

    boxdot committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2262258 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    76891b2 View commit details
    Browse the repository at this point in the history