fuel-core
fuel-core copied to clipboard
RUSTSEC-2021-0064: `cpuid-bool` has been renamed to `cpufeatures`
cpuid-boolhas been renamed tocpufeatures
| Details | |
|---|---|
| Status | unmaintained |
| Package | cpuid-bool |
| Version | 0.2.0 |
| URL | https://github.com/RustCrypto/utils/pull/381 |
| Date | 2021-05-06 |
Please use the `cpufeatures`` crate going forward:
<https://github.com/RustCrypto/utils/tree/master/cpufeatures>
There will be no further releases of cpuid-bool.
See advisory page for additional details.
This and some other RUSTSEC issues like #117 exist beacuse cynic had outdated transitive dependencies. (Found using cargo tree). Changes are progpagating through dependency tree. As of 2022-06-13, this is blocked on a new release of the http-types crate.
We no longer depend on cpuid-bool