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 tempdir dependency with tempfile #413

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

julianbraha
Copy link
Contributor

The tempdir crate has been unmaintained since 2018, and has known vulnerabilities. This PR replaces it with tempfile, which provides the same functionality, and is actively maintained.

Resolves:

  1. RUSTSEC-2023-0018
  2. RUSTSEC-2018-0017

Copy link

vercel bot commented Nov 19, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
prisma-client-rust ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2023 11:21pm

@Brendonovich Brendonovich merged commit 7c7d721 into Brendonovich:main Nov 20, 2023
4 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.

2 participants