From 5c9ebbfa8762b9ba3b80a543466e0a7ec7b5dd6a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 25 Oct 2020 12:09:41 -0700 Subject: [PATCH] Add unmaintained crate advisory for `stream-cipher` (#444) It's been renamed to `cipher`. --- crates/stream-cipher/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/stream-cipher/RUSTSEC-0000-0000.md diff --git a/crates/stream-cipher/RUSTSEC-0000-0000.md b/crates/stream-cipher/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..31e5d7f --- /dev/null +++ b/crates/stream-cipher/RUSTSEC-0000-0000.md @@ -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: + +