From 09ad54e872f7f4104226595b05962d6ace5376b6 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Fri, 23 Dec 2022 08:45:47 -0800 Subject: [PATCH] Add unmaintained crate advisory for `alloc-cortex-m` (#1496) Has been renamed to `embedded-alloc`. --- crates/alloc-cortex-m/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/alloc-cortex-m/RUSTSEC-0000-0000.md diff --git a/crates/alloc-cortex-m/RUSTSEC-0000-0000.md b/crates/alloc-cortex-m/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..8acd43a --- /dev/null +++ b/crates/alloc-cortex-m/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "alloc-cortex-m" +date = "2022-12-21" +informational = "unmaintained" +url = "https://github.com/rust-embedded/embedded-alloc/pull/56" + +[versions] +patched = [] +unaffected = [] +``` + +# crate has been renamed to `embedded-alloc` + +This crate has been renamed from `alloc-cortex-m` to `embedded-alloc`. + +The new repository location is: + +