fuel-core icon indicating copy to clipboard operation
fuel-core copied to clipboard

RUSTSEC-2021-0064: `cpuid-bool` has been renamed to `cpufeatures`

Open github-actions[bot] opened this issue 3 years ago • 1 comments

cpuid-bool has been renamed to cpufeatures

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.

github-actions[bot] avatar Jan 06 '22 00:01 github-actions[bot]

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.

Dentosal avatar Jun 13 '22 11:06 Dentosal

We no longer depend on cpuid-bool

Dentosal avatar Oct 05 '22 05:10 Dentosal