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

Remove unused remove_dir_all crate from sqlx-cli, fixes RUSTSEC-2023-0018 #2757

Merged
merged 1 commit into from Sep 26, 2023

Conversation

aldur
Copy link
Contributor

@aldur aldur commented Sep 15, 2023

Fix #2755.

NOTES:

@aldur
Copy link
Contributor Author

aldur commented Sep 22, 2023

Formatting fails on a file I haven't touched. Do you want me to fix it?

@abonander
Copy link
Collaborator

Looking through, we're also indirectly depending on remove_dir_all 0.5.3 via tempdir which hasn't been maintained in 5 years and is only used in one test. I'll fix that myself.

@abonander abonander merged commit 6bec857 into launchbadge:main Sep 26, 2023
63 of 64 checks passed
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.

RUSTSEC-2023-0018: sqlx-cli depends on vulnerable remove_dir_all version 0.7.0
2 participants