Add unmaintained advisory for lmdb (#1142)

This commit is contained in:
Jake Shadle
2022-01-05 16:52:21 +01:00
committed by GitHub
parent dcf8fb2a44
commit 0bc3195338

View File

@@ -0,0 +1,16 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "lmdb"
date = "2022-01-05"
url = "https://github.com/danburkert/lmdb-rs"
informational = "unmaintained"
[versions]
patched = []
```
# lmdb is unmaintained, use lmdb-rkv instead
The lmdb crate hasn't had any updates since August 2018.
Mozilla's [lmdb-rkv](https://github.com/mozilla/lmdb-rs) fork of the crate has received additional maintenance work beyond that and is the best available replacement.