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

Upgrade mio and env_logger #58

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Upgrade mio and env_logger #58

merged 2 commits into from
Apr 3, 2024

Conversation

faern
Copy link
Member

@faern faern commented Apr 2, 2024

So the CI is complaining about RUSTSEC-2024-0019. This PR fixes that by simply upgrading mio. We are not affected by the RUSTSEC since we don't use named pipes, but it does not hurt to make cargo audit happy.

Also took the opportunity to upgrade env_logger since I saw they had a breaking release. This removes the dependency on winapi 🥳 (Not that it matters, because it's only pulled in when built as a binary, and we only build binaries for Linux, but anyway)


This change is Reviewable

faern added 2 commits April 2, 2024 18:18
This vulnerability does not affect us, since this project does not use
named pipes. But still good to make cargo audit happy
@faern faern requested review from hulthe and dlon and removed request for hulthe April 2, 2024 16:21
Copy link
Member

@dlon dlon left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @faern)

@faern faern merged commit 3f20ac7 into main Apr 3, 2024
13 checks passed
@faern faern deleted the upgrade-dependencies branch April 3, 2024 12:09
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