Skip to content

Commit

Permalink
vet: exempt new dependencies
Browse files Browse the repository at this point in the history
Since it is not clear to me yet who can sign off on vetted crates, here
I exempt several crates, mainly due to the upgraded version of
`criterion` used by `wasmtime-wasi-parallel`. This is very much a TODO
commit--please feel free to tell me what to do here instead of this!
  • Loading branch information
abrown committed Sep 26, 2022
1 parent 931f93c commit 0524ddd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ criteria = "safe-to-deploy"
version = "0.0.1"
criteria = "safe-to-deploy"

[[exemptions.anes]]
version = "0.1.6"
criteria = "safe-to-run"

[[exemptions.anyhow]]
version = "1.0.57"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -102,6 +106,10 @@ criteria = "safe-to-deploy"
version = "0.2.7"
criteria = "safe-to-run"

[[exemptions.cast]]
version = "0.3.0"
criteria = "safe-to-run"

[[exemptions.chacha20]]
version = "0.8.1"
criteria = "safe-to-deploy"
Expand All @@ -110,6 +118,18 @@ criteria = "safe-to-deploy"
version = "0.9.0"
criteria = "safe-to-deploy"

[[exemptions.ciborium]]
version = "0.2.0"
criteria = "safe-to-run"

[[exemptions.ciborium-io]]
version = "0.2.0"
criteria = "safe-to-run"

[[exemptions.ciborium-ll]]
version = "0.2.0"
criteria = "safe-to-run"

[[exemptions.cipher]]
version = "0.3.0"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -154,10 +174,18 @@ criteria = "safe-to-deploy"
version = "0.3.5"
criteria = "safe-to-run"

[[exemptions.criterion]]
version = "0.4.0"
criteria = "safe-to-run"

[[exemptions.criterion-plot]]
version = "0.4.4"
criteria = "safe-to-run"

[[exemptions.criterion-plot]]
version = "0.5.0"
criteria = "safe-to-run"

[[exemptions.crossbeam-channel]]
version = "0.5.4"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -802,6 +830,10 @@ criteria = "safe-to-deploy"
version = "1.0.6"
criteria = "safe-to-deploy"

[[exemptions.scoped_threadpool]]
version = "0.1.9"
criteria = "safe-to-deploy"

[[exemptions.scopeguard]]
version = "1.1.0"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 0524ddd

Please sign in to comment.