diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ac3b74d..246e0732 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,12 +9,12 @@ on: branches: - main pull_request: - types: [ opened, synchronize, reopened ] + types: [opened, synchronize, reopened] branches: - main env: - RUST_VERSION: "1.81.0" + RUST_VERSION: "1.82.0" CARGO_TERM_COLOR: always # Skip incremental build and debug info generation in CI CARGO_INCREMENTAL: 0 @@ -108,7 +108,7 @@ jobs: name: Vet Dependencies runs-on: ubuntu-latest env: - CARGO_VET_VERSION: 0.9.0 + CARGO_VET_VERSION: 0.9.1 steps: - uses: actions/checkout@master - name: Install Rust diff --git a/supply-chain/config.toml b/supply-chain/config.toml index cc061f7d..0c4c43b6 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -25,10 +25,6 @@ url = "https://raw.githubusercontent.com/zcash/rust-ecosystem/main/supply-chain/ [policy."ethers-core:2.0.14@git:6e2ff0ef8af8c0ee3c21b7e1960f8c025bcd5588"] audit-as-crates-io = true -[[exemptions.tower-http]] -version = "0.6.1" -criteria = "safe-to-deploy" - [[exemptions.Inflector]] version = "0.11.4" criteria = "safe-to-deploy" @@ -1753,6 +1749,10 @@ criteria = "safe-to-deploy" version = "0.5.1" criteria = "safe-to-deploy" +[[exemptions.tower-http]] +version = "0.6.1" +criteria = "safe-to-deploy" + [[exemptions.tower-layer]] version = "0.3.3" criteria = "safe-to-deploy"