-
-
Notifications
You must be signed in to change notification settings - Fork 16
chore: Bump rustls from 0.23.15 to 0.23.19 to fix RUSTSEC-2024-0399 #917
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
Conversation
I'm getting some test failures on compile: |
Can you please try |
(It's unrelated to this PR, main should fail for you as well) |
No change. I'm running the tests and get
|
Yes @adwk67 errors are unrelated to the change. Make sure you have the |
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.
Please add an entry in the changelog. Also mention how you bumped the dependency in the PR description, so cargo update -p rustls
for example.
I actually had to remove the toolchain component with: |
Mhm... That's curious. Not quite sure why that's the case. I can investigate this a little more if we see the need for it. |
AFAIK the Cargo.lock is only relevant to this specific repo, so users of this crates will never even notice this change. |
Co-authored-by: Techassi <git@techassi.dev>
Description
Fixes #916
Part of stackabletech/issues#677
Note: I ran
cargo update
to get the changes.Definition of Done Checklist