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

deps: Remove tempdir dependency #3646

Merged
merged 2 commits into from
Mar 6, 2023
Merged

deps: Remove tempdir dependency #3646

merged 2 commits into from
Mar 6, 2023

Conversation

theduke
Copy link
Contributor

@theduke theduke commented Mar 6, 2023

We already depend on tempfile, which also provides temp dir
functionality, so this removes a redundant additional dependency.

This also gets rid of a cargo-deny error due to a race condition in
remove_dir_all, which is a dependency of the removed "tempdir" crate.

Bumps the minimum tempfile version in Cargo.toml files to be
consistent.

@theduke theduke requested a review from syrusakbary as a code owner March 6, 2023 05:57
@theduke theduke requested a review from ptitSeb March 6, 2023 05:57
@theduke theduke enabled auto-merge (rebase) March 6, 2023 05:58
We already depend on `tempfile`, which also provides temp dir
functionality.

This gets rid of a cargo-deny error due to a race condition in
remove_dir_all, which is a dependency of the removed "tempdir" crate.

Also bumps the minimum tempfile version in Cargo.toml files to be
consistent.
@theduke theduke force-pushed the upgrade-tempfile-dep branch from 5c40975 to 3ffcc82 Compare March 6, 2023 06:23
@theduke theduke merged commit 6fb803a into master Mar 6, 2023
@theduke theduke deleted the upgrade-tempfile-dep branch March 6, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants