Adds maintained alternative to slice_deque (#1109)

This commit is contained in:
Linus Probert
2021-11-18 15:04:01 +01:00
committed by GitHub
parent c3e02b1dc8
commit 825e7ae54c

View File

@@ -13,3 +13,7 @@ patched = []
# slice-deque is unmaintained
The author of the `slice-deque` crate is unresponsive and is not receiving security patches.
Maintained alternatives:
- [`slice-ring-buffer`](https://crates.io/crates/slice-ring-buffer)