Skip to content
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

Replace outdated tempdir dependency with tempfile #2985

Closed
teor2345 opened this issue Oct 31, 2021 · 1 comment · Fixed by #3337
Closed

Replace outdated tempdir dependency with tempfile #2985

teor2345 opened this issue Oct 31, 2021 · 1 comment · Fixed by #3337
Assignees
Labels
A-dependencies Area: Dependency file updates C-cleanup Category: This is a cleanup

Comments

@teor2345
Copy link
Contributor

Motivation

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

  1. Replace tempdir with tempfile::tempdir()
  2. Remove the exceptions for these crates in deny.toml
@teor2345 teor2345 added A-dependencies Area: Dependency file updates C-cleanup Category: This is a cleanup S-needs-triage Status: A bug report needs triage P-Low labels Oct 31, 2021
@mpguerra
Copy link
Contributor

@jvff jvff self-assigned this Jan 12, 2022
@mpguerra mpguerra removed the S-needs-triage Status: A bug report needs triage label Jan 14, 2022
@mergify mergify bot closed this as completed in #3337 Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: Dependency file updates C-cleanup Category: This is a cleanup
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants