-
Notifications
You must be signed in to change notification settings - Fork 116
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
Remove outdated arrayvec dependency used by inferno #2980
Labels
Comments
3 tasks
This wasn't actually resolved by these PRs. |
We should do the simplest fix as part of a future version upgrade. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Motivation
Zebra currently depends on 3 different versions of the
arrayvec
crate.Some of these versions are more than 2 years old.
If we remove outdated dependencies, Zebra will compile faster, its binaries will be smaller, and it will be more secure.
Tasks
inferno
exception fromdeny.toml
, then runningcargo deny check bans
.inferno Alternatives
Make flamegraph support an optional feature:
inferno
an optional dependency ofzebrad
, and use a feature to activate flamegraph supportUpgrade versions:
inferno
andnum-format
, upgrade them to use the latestarrayvec
, and make Zebra depend on our forked versionsdeny.toml
.The text was updated successfully, but these errors were encountered: