diff --git a/crates/lmdb/RUSTSEC-0000-0000.md b/crates/lmdb/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..01c1195 --- /dev/null +++ b/crates/lmdb/RUSTSEC-0000-0000.md @@ -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.