From addb6fe247d0616cf6faaa5f1239ea64c1f63d5b Mon Sep 17 00:00:00 2001 From: Jeff Charles Date: Thu, 26 Oct 2023 16:59:43 -0400 Subject: [PATCH] [dependabot skip] cargo vet --- supply-chain/audits.toml | 30 ++++++++++++++++++++++++++++++ supply-chain/config.toml | 19 ------------------- supply-chain/imports.lock | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 65 insertions(+), 19 deletions(-) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 809d8083..aeda87eb 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -129,6 +129,30 @@ user-id = 2915 # Amanieu d'Antras (Amanieu) start = "2019-04-02" end = "2024-10-03" +[[trusted.http]] +criteria = "safe-to-deploy" +user-id = 359 # Sean McArthur (seanmonstar) +start = "2019-04-05" +end = "2024-10-26" + +[[trusted.http-body-util]] +criteria = "safe-to-deploy" +user-id = 359 # Sean McArthur (seanmonstar) +start = "2022-10-25" +end = "2024-10-26" + +[[trusted.httparse]] +criteria = "safe-to-deploy" +user-id = 359 # Sean McArthur (seanmonstar) +start = "2019-07-03" +end = "2024-10-26" + +[[trusted.hyper]] +criteria = "safe-to-deploy" +user-id = 359 # Sean McArthur (seanmonstar) +start = "2019-03-01" +end = "2024-10-26" + [[trusted.io-extras]] criteria = "safe-to-deploy" user-id = 6825 # Dan Gohman (sunfishcode) @@ -171,6 +195,12 @@ user-id = 539 # Josh Stone (cuviper) start = "2019-05-20" end = "2024-07-12" +[[trusted.num_cpus]] +criteria = "safe-to-deploy" +user-id = 359 # Sean McArthur (seanmonstar) +start = "2019-06-10" +end = "2024-10-26" + [[trusted.paste]] criteria = "safe-to-deploy" user-id = 3618 # David Tolnay (dtolnay) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index ef484080..9be1bbd3 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -281,25 +281,10 @@ criteria = "safe-to-deploy" version = "0.3.1" criteria = "safe-to-deploy" -[[exemptions.http]] -version = "0.2.9" -criteria = "safe-to-deploy" -notes = "we are exempting tokio, hyper, and their tightly coupled dependencies by the same authors, expecting that the authors at aws will publish attestions we can import at some point soon" - -[[exemptions.httparse]] -version = "1.8.0" -criteria = "safe-to-deploy" -notes = "we are exempting tokio, hyper, and their tightly coupled dependencies by the same authors, expecting that the authors at aws will publish attestions we can import at some point soon" - [[exemptions.humantime]] version = "2.1.0" criteria = "safe-to-deploy" -[[exemptions.hyper]] -version = "1.0.0-rc.3" -criteria = "safe-to-deploy" -notes = "we are exempting tokio, hyper, and their tightly coupled dependencies by the same authors, expecting that the authors at aws will publish attestions we can import at some point soon" - [[exemptions.if_chain]] version = "1.0.2" criteria = "safe-to-deploy" @@ -376,10 +361,6 @@ criteria = "safe-to-deploy" version = "0.4.4" criteria = "safe-to-run" -[[exemptions.num_cpus]] -version = "1.13.1" -criteria = "safe-to-deploy" - [[exemptions.object]] version = "0.30.3" criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 19ce5b88..532a7dcd 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -208,6 +208,34 @@ user-id = 2915 user-login = "Amanieu" user-name = "Amanieu d'Antras" +[[publisher.http]] +version = "0.2.9" +when = "2023-02-17" +user-id = 359 +user-login = "seanmonstar" +user-name = "Sean McArthur" + +[[publisher.http-body-util]] +version = "0.1.0-rc.3" +when = "2023-07-10" +user-id = 359 +user-login = "seanmonstar" +user-name = "Sean McArthur" + +[[publisher.httparse]] +version = "1.8.0" +when = "2022-08-30" +user-id = 359 +user-login = "seanmonstar" +user-name = "Sean McArthur" + +[[publisher.hyper]] +version = "1.0.0-rc.3" +when = "2023-02-23" +user-id = 359 +user-login = "seanmonstar" +user-name = "Sean McArthur" + [[publisher.io-extras]] version = "0.13.2" when = "2022-02-01" @@ -278,6 +306,13 @@ user-id = 539 user-login = "cuviper" user-name = "Josh Stone" +[[publisher.num_cpus]] +version = "1.13.1" +when = "2021-12-20" +user-id = 359 +user-login = "seanmonstar" +user-name = "Sean McArthur" + [[publisher.paste]] version = "1.0.6" when = "2021-11-07"