diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cargo-audit.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/rust-unused-dependencies.yml | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index e3f44a3b96..a9f8c039c7 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -28,8 +28,6 @@ jobs: denyWarnings: true # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. - # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. - ignore: RUSTSEC-2023-0079 - uses: actions-rust-lang/audit@v1.1.11 name: Audit testrunner Rust Dependencies @@ -38,5 +36,3 @@ jobs: denyWarnings: true # Ignored audit issues. This list should be kept short, and effort should be # put into removing items from the list. - # RUSTSEC-2023-0079 - KyberSlash in `pqc_kyber`. - ignore: RUSTSEC-2023-0079 diff --git a/.github/workflows/rust-unused-dependencies.yml b/.github/workflows/rust-unused-dependencies.yml index cfdd75e751..3c243b98d0 100644 --- a/.github/workflows/rust-unused-dependencies.yml +++ b/.github/workflows/rust-unused-dependencies.yml @@ -10,7 +10,7 @@ on: workflow_dispatch: env: # Pinning nightly just to avoid random breakage. It's fine to bump this at any time - RUST_NIGHTLY_TOOLCHAIN: nightly-2024-06-06 + RUST_NIGHTLY_TOOLCHAIN: nightly-2024-10-02 permissions: {} |
