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

feat: upgrade crossterm to 0.27.0 #22

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

adrianbenavides
Copy link
Contributor

@adrianbenavides adrianbenavides commented Mar 6, 2024

The current crossterm version has a dependency to a mio version that has a vulnerability: GHSA-r8w9-5wcg-vfj7

This upgrade introduces a breaking change, as all results returned by crossterm are now standard std:io::Result, so there is no need to map crossterm errors anymore.

This PR would also close the dependabot PR: #16

@dalance
Copy link
Owner

dalance commented Mar 6, 2024

Thank you for your contribution!
I'll merge this, and release new version.

@dalance dalance merged commit a15a133 into dalance:master Mar 6, 2024
@adrianbenavides
Copy link
Contributor Author

Thanks @dalance 🙏

@dalance
Copy link
Owner

dalance commented Mar 6, 2024

I've released v0.5.0.

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.

None yet

2 participants