Skip to content

Commit

Permalink
Update some dependencies with security advisories (#8417)
Browse files Browse the repository at this point in the history
These don't affect Wasmtime itself much as it's mostly related to HTTP
things, but seems good to update them nonetheless
  • Loading branch information
alexcrichton authored Apr 19, 2024
1 parent 67adf14 commit 15caf71
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

12 changes: 12 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ version = "0.3.19"
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.h2]]
version = "0.4.4"
criteria = "safe-to-deploy"

[[exemptions.hermit-abi]]
version = "0.2.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -388,6 +392,10 @@ version = "0.8.6"
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.mio]]
version = "0.8.11"
criteria = "safe-to-deploy"

[[exemptions.num_cpus]]
version = "1.13.1"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -493,6 +501,10 @@ criteria = "safe-to-deploy"
version = "0.22.2"
criteria = "safe-to-deploy"

[[exemptions.rustls]]
version = "0.22.4"
criteria = "safe-to-deploy"

[[exemptions.rustls-pki-types]]
version = "1.3.1"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 15caf71

Please sign in to comment.