-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Status of unused dependencies #223
Comments
hubcaps depends on jsonwebtoken 7, which depends on ring, which is not ready for Apple Silicon. The advice is to explicitly depend on a newer version which does. (See
At least that's what I think is going on. It's all a bit of a mess. 🤷♀️ |
But I'd be more than happy to remove that or at least put it behind a gate. |
Also I think we should have a new feature flag Since |
Good idea. 👍 |
As for |
Can we close this? |
not really.. |
This has been in the queue for a while. @lebensterben do you want to tackle this? I personally don't have the resources right now. 😕 |
Closing this to keep the issue tracker clean. @lebensterben, feel free to reopen if you're planning to work on this. 😉 |
There are a few unused dependencies
openssl_sys
ring
ring
is supposed to solve build issue on Apple M1 architecture. But is it still needed?Someone mentioned that
exa
had the issue andring
can solve it. But how? There's nouse ring
in the entire crate. Also, I don't see anything mentioned aboutring
, eitherin its manifest, or in the homebrew recipe: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/exa.rb
Also,
ring
at least should be gated behind acfg
attribute for darwin only.Similarly,
openssl_sys
is never used. Could that be safely removed?The text was updated successfully, but these errors were encountered: