-
Notifications
You must be signed in to change notification settings - Fork 262
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(deps): Updating Rust Deps #5057
Conversation
Required so we can upgrade our version of rustls for a vulnerability
chore(deps): Updating Rust Deps
/try |
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.
This may work, but I'm not 100% sure that everything works as before (it's the default-features = false
change that's giving me this sense). I guess if a /try
passes then we know we're probably fine though
"logging", | ||
"ring", | ||
"tls12", | ||
], |
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.
I'm reasonbly sure we don't want default-features = false
as rustls
won't have feature support anymore for tls12
/ring
/etc
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.
Commented here: #5057 (comment)
we should add the vulnerabillity-fix label if this is what that's intended for |
"Specifying default-features = false when depending on rustls will remove the dependency on aws-lc-rs." Sources... - https://github.com/rustls/rustls/tree/v/0.23.19?tab=readme-ov-file#platform-support - https://github.com/rustls/rustls/tree/v/0.23.19?tab=readme-ov-file#cryptography-providers - https://docs.rs/rustls/0.23.19/rustls/crypto/struct.CryptoProvider.html Co-authored-by: Fletcher Nichol <[email protected]> Signed-off-by: Nick Gerace <[email protected]>
We added a second commit to provide context to the change. And @johnrwatson just did it! |
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.
Nice, I understand now!
Required so we can upgrade our version of rustls for a vulnerability