diff --git a/.github/workflows/supply-chain.yml b/.github/workflows/supply-chain.yml index 7f30db31d..a582334d7 100644 --- a/.github/workflows/supply-chain.yml +++ b/.github/workflows/supply-chain.yml @@ -16,7 +16,7 @@ jobs: name: Vet Dependencies runs-on: ubuntu-latest env: - CARGO_VET_VERSION: 0.9.0 + CARGO_VET_VERSION: 0.10.0 steps: - uses: actions/checkout@v4 - name: Install Rust toolchain diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 5de3ea665..104176b2e 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -2,7 +2,7 @@ # cargo-vet config file [cargo-vet] -version = "0.9" +version = "0.10" [imports.bytecode-alliance] url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"