diff --git a/Cargo.lock b/Cargo.lock index c057663eb..36f9adf62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -671,9 +671,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", "libm", diff --git a/Cargo.toml b/Cargo.toml index 67783e83a..bc646fb1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ num-bigint = { version = "0.4.4", optional = true, features = ["rand", "serde"] num-integer = { version = "0.1.45", optional = true } num-iter = { version = "0.1.43", optional = true } num-rational = { version = "0.4.1", optional = true, features = ["serde"] } -num-traits = { version = "0.2.17", optional = true } +num-traits = { version = "0.2.18", optional = true } rand = { version = "0.8", optional = true } rand_core = "0.6.4" rayon = { version = "1.8.1", optional = true } diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index cb3365bb5..88db9fcc7 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -461,6 +461,11 @@ who = "David Cook " criteria = "safe-to-deploy" delta = "0.2.11 -> 0.2.12" +[[audits.isrg.audits.num-traits]] +who = "David Cook " +criteria = "safe-to-deploy" +delta = "0.2.17 -> 0.2.18" + [[audits.isrg.audits.once_cell]] who = "Brandon Pitman " criteria = "safe-to-deploy" @@ -592,25 +597,6 @@ criteria = "safe-to-deploy" delta = "1.5.3 -> 1.6.1" aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" -[[audits.mozilla.audits.rayon-core]] -who = "Josh Stone " -criteria = "safe-to-deploy" -version = "1.9.3" -notes = "All code written or reviewed by Josh Stone or Niko Matsakis." -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.rayon-core]] -who = "Mike Hommey " -criteria = "safe-to-deploy" -delta = "1.9.3 -> 1.10.1" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - -[[audits.mozilla.audits.rayon-core]] -who = "Mike Hommey " -criteria = "safe-to-deploy" -delta = "1.10.1 -> 1.10.2" -aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" - [[audits.mozilla.audits.subtle]] who = "Simon Friedberger " criteria = "safe-to-deploy"