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

Replace 'failure' dep with 'thiserror' #13

Merged
merged 1 commit into from Jul 6, 2022

Conversation

kelnos
Copy link
Contributor

@kelnos kelnos commented Jun 10, 2022

The failure crate has been deprecated for some time, with a recommendation to use thiserror instead. In addition, a critical memory safety issue (rust-lang-deprecated/failure#336) has been found in failure that is unlikely to be fixed. rustc-cfg is not vulnerable to the issue, but IMO it's better to just avoid having failure in our dependency trees at all.

This depends on rustc-cfg PR japaric/rustc-cfg#15

@bors bors bot closed this in 67627d0 Jul 6, 2022
@bors bors bot merged commit a9efc61 into japaric:main Jul 6, 2022
@japaric
Copy link
Owner

japaric commented Jul 6, 2022

v0.3.0 includes these changes

@kelnos kelnos deleted the remove-failure-dep branch July 6, 2022 20:50
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