-
Notifications
You must be signed in to change notification settings - Fork 9
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
Several deps bump: Actix, Tokio, Rustls, AWS SDK et al #237
Conversation
…/rustls/rustls/releases/tag/v%2F0.22.0 ... regarding PrivateKey(Der) and Certificate(Der), from the new rustls-pki-types crate
… types, methods and results have changed
…terate tls.rs if the upstream API provives the methods we need with the right types, wip
…x than I expected...
… 0.11 -> 0.12, noodles 0.65 -> 0.74 + minor bumps for other crates depending on these.
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.
Okay, I think I've gotten all dep bumps. Wasn't as bad as I thought once I realised rustls_pemfile
was doing pretty much the same thing as before.
@brainstorm I would request your review but I can't since it's your PR. |
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.
Very nice @mmalenic, you didn't even need to touch tls.rs
:-!
I cannot approve my own PR, lol... so you'll have to approve it for the merge to go forward (all other boxes are ticked now). |
No description provided.