From 25f622bacf450d91c20c01c6cd0fc01529cf5d26 Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Wed, 13 May 2020 10:18:39 +0300 Subject: [PATCH] tempdir crate has been deprecated since 2018-02-13. --- crates/tempdir/RUSTSEC-0000-0000.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/tempdir/RUSTSEC-0000-0000.toml diff --git a/crates/tempdir/RUSTSEC-0000-0000.toml b/crates/tempdir/RUSTSEC-0000-0000.toml new file mode 100644 index 0000000..b1072f9 --- /dev/null +++ b/crates/tempdir/RUSTSEC-0000-0000.toml @@ -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 = []