summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-10-15 11:58:00 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-10-15 11:58:00 +0200
commitd89d32947ade649eac07ab55c29d41b3aaa0ff2a (patch)
tree8ff3f4da38fd0489d5cf6a4b153ce47b753ee2db /.github
parenta21b70239ce7501add3c9d4e1c7730b84ef42dd1 (diff)
parent6e64e75eb982b2a8e59800334ed95e95fcb91573 (diff)
downloadmullvadvpn-d89d32947ade649eac07ab55c29d41b3aaa0ff2a.tar.xz
mullvadvpn-d89d32947ade649eac07ab55c29d41b3aaa0ff2a.zip
Merge branch 'upgrade-kyber-ml-kem-for-quantum-resistance-des-1267'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-audit.yml4
-rw-r--r--.github/workflows/rust-unused-dependencies.yml2
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: {}