From 9d6f64b33d7a1c5472d63881f267e09ded1302b6 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Thu, 6 May 2021 17:08:05 -0700 Subject: [PATCH] cargo deny: ignore RUSTSEC-2021-0064 Transient dependencies depend on two different versions of `cpuid-bool`. This advisory does not appear to be urgent. We should review this ignore after a few weeks to see if our deps have switched over. text of the advisory: Issued May 6, 2021 Package cpuid-bool (crates.io) Type Unmaintained Details https://github.com/RustCrypto/utils/pull/381 Patched no patched versions Description Please use the `cpufeatures`` crate going forward: https://github.com/RustCrypto/utils/tree/master/cpufeatures There will be no further releases of cpuid-bool. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index a63b6864e4..7f909d470e 100644 --- a/deny.toml +++ b/deny.toml @@ -14,6 +14,7 @@ vulnerability = "deny" unmaintained = "deny" yanked = "deny" ignore = [ + "RUSTSEC-2021-0064" ] # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html