You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zebra currently depends on 2 different versions of the rand crate, including an old version via tempdir.
The tempdir and rand dependencies are more than 3 years old.
If we remove outdated dependencies, Zebra will compile faster, its binaries will be smaller, and it will be more secure.
Tasks
Replace tempdir with tempfile::tempdir()
Remove the exceptions for these crates in deny.toml
The text was updated successfully, but these errors were encountered:
Motivation
Zebra currently depends on 2 different versions of the
rand
crate, including an old version viatempdir
.The
tempdir
andrand
dependencies are more than 3 years old.If we remove outdated dependencies, Zebra will compile faster, its binaries will be smaller, and it will be more secure.
Tasks
tempdir
withtempfile::tempdir()
deny.toml
The text was updated successfully, but these errors were encountered: