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

RUSTSEC-2018-0017: tempdir crate has been deprecated; use tempfile instead #23

Closed
github-actions bot opened this issue Jan 29, 2022 · 0 comments · Fixed by #25
Closed

RUSTSEC-2018-0017: tempdir crate has been deprecated; use tempfile instead #23

github-actions bot opened this issue Jan 29, 2022 · 0 comments · Fixed by #25

Comments

@github-actions
Copy link

tempdir crate has been deprecated; use tempfile instead

Details
Status unmaintained
Package tempdir
Version 0.3.7
URL rust-lang-deprecated/tempdir#46
Date 2018-02-13

The tempdir crate has been deprecated
and the functionality is merged into tempfile.

See advisory page for additional details.

flavio added a commit to flavio/sigstore-rs that referenced this issue Jan 31, 2022
Replace `tempdir` development dependency with
`tempfile`.

Fixes sigstore#23

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
flavio added a commit to flavio/sigstore-rs that referenced this issue Feb 1, 2022
Replace `tempdir` development dependency with
`tempfile`.

Fixes sigstore#23

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
@flavio flavio closed this as completed in #25 Feb 1, 2022
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 a pull request may close this issue.

0 participants