Add unmaintained crate advisory for stream-cipher (#444)

It's been renamed to `cipher`.
This commit is contained in:
Tony Arcieri
2020-10-25 12:09:41 -07:00
committed by GitHub
parent fa616899f0
commit 5c9ebbfa87

View File

@@ -0,0 +1,20 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "stream-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 `stream-cipher` to `cipher`.
The new repository location is at:
<https://github.com/RustCrypto/traits/tree/master/cipher>