Add unmaintained crate advisory for block-cipher (#442)

It's been renamed to `cipher`.
This commit is contained in:
Tony Arcieri
2020-10-25 12:04:19 -07:00
committed by GitHub
parent 691a7504be
commit 8505c9578f

View File

@@ -0,0 +1,20 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "block-cipher"
date = "2020-10-15"
informational = "unmaintained"
url = "https://github.com/RustCrypto/traits/pull/337"
[versions]
patched = []
unaffected = []
```
# crate has been renamed to `cipher`
This crate has been renamed from `block-cipher` to `cipher`.
The new repository location is at:
<https://github.com/RustCrypto/traits/tree/master/cipher>