Skip to content

Replace failure with anyhow. #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thegatsbylofiexperience

Hi!

Failure is deprecated and has security vulnerabilities.

This PR replaces failure with anyhow, which is for the most part a drop in replacement.

Thanks

- failure is deprecated and has security flaws.
- anyhow is a drop in replacement.
@haata
Copy link

haata commented Apr 29, 2023

Is this package maintained anymore?

I'm trying to resolve

Crate:     failure
Version:   0.1.8
Warning:   unmaintained
Title:     failure is officially deprecated/unmaintained
Date:      2020-05-02
ID:        RUSTSEC-2020-0036
URL:       https://rustsec.org/advisories/RUSTSEC-2020-0036
Severity:  9.8 (critical)
Dependency tree:
failure 0.1.8
└── enum-utils 0.1.2

@thegatsbylofiexperience
Copy link
Author

Is this package maintained anymore?

I'm trying to resolve

Crate:     failure
Version:   0.1.8
Warning:   unmaintained
Title:     failure is officially deprecated/unmaintained
Date:      2020-05-02
ID:        RUSTSEC-2020-0036
URL:       https://rustsec.org/advisories/RUSTSEC-2020-0036
Severity:  9.8 (critical)
Dependency tree:
failure 0.1.8
└── enum-utils 0.1.2

Hi!

I would fork and use my branch as a base.

It looks like this repo is now not maintained.

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