From 01a47337823556c32d59f4775f3bcef4df2657ac Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 6 May 2021 16:41:05 -0700 Subject: [PATCH] Add unmaintained crate advisory for `cpuid-bool` (#904) It has been renamed to `cpufeatures`. See: https://github.com/RustCrypto/utils/pull/381 --- crates/cpuid-bool/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 crates/cpuid-bool/RUSTSEC-0000-0000.md diff --git a/crates/cpuid-bool/RUSTSEC-0000-0000.md b/crates/cpuid-bool/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..57784e1 --- /dev/null +++ b/crates/cpuid-bool/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "cpuid-bool" +date = "2021-05-06" +informational = "unmaintained" +url = "https://github.com/RustCrypto/utils/pull/381" + +[versions] +patched = [] +unaffected = [] +``` + +# `cpuid-bool` has been renamed to `cpufeatures` + +Please use the `cpufeatures`` crate going forward: + + + +There will be no further releases of `cpuid-bool`.