mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
17 lines
366 B
Markdown
17 lines
366 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2021-0002"
|
|
package = "interfaces2"
|
|
date = "2021-01-04"
|
|
informational = "unmaintained"
|
|
url = "https://github.com/aep/interfaces-rs"
|
|
|
|
[versions]
|
|
patched = []
|
|
```
|
|
|
|
# interfaces2 is unmaintained, use interfaces instead
|
|
|
|
The `interfaces2` crate is not maintained any more;
|
|
use [`interfaces`](https://crates.io/crates/interfaces) instead.
|