mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
tempdir crate has been deprecated since 2018-02-13.
This commit is contained in:
15
crates/tempdir/RUSTSEC-0000-0000.toml
Normal file
15
crates/tempdir/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "tempdir"
|
||||
date = "2018-02-13" # date when deprecation was announced on project README
|
||||
title = "`tempdir` crate has been deprecated; use `tempfile` instead"
|
||||
informational = "unmaintained"
|
||||
url = "https://github.com/rust-lang-deprecated/tempdir/pull/46"
|
||||
description = """
|
||||
The [`tempdir`](https://crates.io/crates/tempdir) crate has been deprecated
|
||||
and the functionality is merged into [`tempfile`](https://crates.io/crates/tempfile).
|
||||
"""
|
||||
|
||||
[versions]
|
||||
unaffected = []
|
||||
patched = []
|
||||
Reference in New Issue
Block a user