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

Update rustix version to 0.38.21 #5

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Conversation

danielpeng2
Copy link
Member

@danielpeng2 danielpeng2 commented Jul 8, 2024

The current version of rustix (0.38.17) contains a vulnerability: GHSA-c827-hfw6-qwvm.

This change bumps the version to 0.38.21.

@@ -23,7 +23,6 @@ use std::{
thread::{self, JoinHandle},
thread_local,
time::{Duration, Instant},
usize,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This import was causing a lint error, see: https://github.com/warpdotdev/arboard/actions/runs/9845014311/job/27179645023.

Not sure why this is being triggered on this PR and not any previous ones, but removing the import fixes it and I don't see it having any tangible impact.

@danielpeng2 danielpeng2 marked this pull request as ready for review July 8, 2024 18:52
Copy link
Collaborator

@lucieleblanc lucieleblanc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@danielpeng2 danielpeng2 merged commit 9af25a4 into master Jul 8, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants