-
Notifications
You must be signed in to change notification settings - Fork 53
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
Conversation
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Sorry about the delay, this repo wasn't being watched but now it is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Sure. I do it today in the evening. Thanks for telling.
|
Sometimes "in the evening" means "one week later". Sorry about that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Description
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:
How Has This Been Tested?
Due Dilligence