Skip to content

Commit

Permalink
Bump http-body-util from 0.1.0-rc.2 to 0.1.0-rc.3 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent facb035 commit 7b9c988
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 22 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/quickjs-wasm-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
30 changes: 30 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
19 changes: 0 additions & 19 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
35 changes: 35 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 7b9c988

Please sign in to comment.