From 7b9c98877216dd787c841ec0040effe0b38e1697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:38:40 +0000 Subject: [PATCH] Bump http-body-util from 0.1.0-rc.2 to 0.1.0-rc.3 (#506) --- Cargo.lock | 4 ++-- crates/quickjs-wasm-sys/Cargo.toml | 2 +- supply-chain/audits.toml | 30 +++++++++++++++++++++++++ supply-chain/config.toml | 19 ---------------- supply-chain/imports.lock | 35 ++++++++++++++++++++++++++++++ 5 files changed, 68 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c41ca5c2..6e7ebc5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,9 +1218,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.0-rc.2" +version = "0.1.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92445bc9cc14bfa0a3ce56817dc3b5bcc227a168781a356b702410789cec0d10" +checksum = "08ef12f041acdd397010e5fb6433270c147d3b8b2d0a840cd7fff8e531dca5c8" dependencies = [ "bytes", "futures-util", diff --git a/crates/quickjs-wasm-sys/Cargo.toml b/crates/quickjs-wasm-sys/Cargo.toml index 6fe87e31..fa4be727 100644 --- a/crates/quickjs-wasm-sys/Cargo.toml +++ b/crates/quickjs-wasm-sys/Cargo.toml @@ -25,7 +25,7 @@ futures-util = { version = "=0.3.27", default-features = false } tokio-macros = "=1.7.0" futures-core = "=0.3.29" mio = "=0.8.9" -http-body-util = "=0.1.0-rc.2" +http-body-util = "=0.1.0-rc.3" tokio-native-tls = "=0.3.1" native-tls = "0.2.11" openssl-macros = "=0.1.1" 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"