mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
* Remove yanked 2 Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> * Test cache * Cache back on * Bump audit cache Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com> Signed-off-by: pinkforest <36498018+pinkforest@users.noreply.github.com>
18 lines
366 B
Markdown
18 lines
366 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0053"
|
|
package = "dirs"
|
|
date = "2020-10-16"
|
|
informational = "unmaintained"
|
|
url = "https://github.com/dirs-dev/dirs-rs"
|
|
withdrawn = "2021-04-19"
|
|
|
|
[versions]
|
|
patched = []
|
|
```
|
|
|
|
# dirs is unmaintained, use dirs-next instead
|
|
|
|
The `dirs` crate is not maintained any more;
|
|
use [`dirs-next`](https://crates.io/crates/dirs-next) instead.
|