Add unmaintained crate advisory for cpuid-bool (#904)

It has been renamed to `cpufeatures`. See:

https://github.com/RustCrypto/utils/pull/381
This commit is contained in:
Tony Arcieri
2021-05-06 16:41:05 -07:00
committed by GitHub
parent 9279d5f03b
commit 01a4733782

View File

@@ -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:
<https://github.com/RustCrypto/utils/tree/master/cpufeatures>
There will be no further releases of `cpuid-bool`.