I don't understand why, but dependabot isn't updating this. See https://github.com/dependabot/dependabot-core/issues/7384.
@@ -33,7 +33,7 @@ jobs:
toolchain: nightly
components: rust-src
- - uses: Swatinem/rust-cache@v1
+ - uses: Swatinem/rust-cache@v2
- name: Prereqs
run: cargo install bpf-linker
@@ -34,7 +34,7 @@ jobs:
- name: Check
run: cargo hack check --all-targets --feature-powerset --ignore-private
run: cargo install cross --git https://github.com/cross-rs/cross
@@ -23,7 +23,7 @@ jobs:
components: rustfmt, clippy
- name: Install headers
run: |