Closed ConfusedAlex closed 1 year ago
Yes, I haven't used this crate for years, so all the dependencies are pretty dated. It'll probably require a bit of effort to bring it up-to-date, but it's definitely doable.
How would I go about doing so? What part is the issue. I have read the logs that it gives me but I can't figure it out. It seems like it is the dependency of another dependency. How is this crate the issue?
If I rember correctly this crate doesnt work anymore because a dependency is outdated. If you update the dependency to a higher version some classes will break.
So there is no easy way to fix it by updating dependencies?
Hey, I just stumbled across this crate because I wanted to Rewrite My Own Library In Rust:tm:. I already made everything compile again, but want to add some more improvements before making a PR. I should be done by tomorrow or friday if nothing goes wrong :D
I would love to use this libary in a project but it can't be build anymore, because the crate
reqwest
needsnative-tls
, which requires a yanked version ofsecruity-framework
Heres my full error: