mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 19:49:45 +01:00
27 lines
546 B
Markdown
27 lines
546 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0095"
|
|
package = "difference"
|
|
date = "2020-12-20"
|
|
url = "https://github.com/johannhof/difference.rs/issues/45"
|
|
informational = "unmaintained"
|
|
|
|
[versions]
|
|
patched = []
|
|
unaffected = ["> 2.0.0"]
|
|
```
|
|
|
|
# difference is unmaintained
|
|
|
|
The author of the `difference` crate is unresponsive.
|
|
|
|
Maintained alternatives:
|
|
|
|
- [`dissimilar`](https://crates.io/crates/dissimilar)
|
|
|
|
- [`similar`](https://crates.io/crates/similar)
|
|
|
|
- [`treediff`](https://crates.io/crates/treediff)
|
|
|
|
- [`diffus`](https://crates.io/crates/diffus)
|