Closed io12 closed 4 years ago
Thank you for letting me know. I sadly didn't find time to work on or even maintain varisat for the past year, but I'll try to do a minor cleanup to fix these issues soon (including migrating to github actions, so I have a working CI setup again).
Running
cargo audit
has this output:The
bitflags
crate issue can be solved by updating the dependencies withcargo update
. For thefailure
crate, it needs to be replaced with another error handling library, likesnafu
.