diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abd48595..5980a7cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,15 +60,15 @@ jobs: - name: Install cargo-deny if: steps.rust-cache.outputs.cache-hit != 'true' - run: rustup run --install 1.74 cargo install --force --version 0.14.17 cargo-deny --locked + run: cargo install --force --version 0.16.2 cargo-deny --locked - name: Install cargo-fuzz if: steps.rust-cache.outputs.cache-hit != 'true' - run: cargo install --force --version 0.11.0 cargo-fuzz --locked + run: cargo install --force --version 0.12.0 cargo-fuzz --locked - name: Install just if: steps.rust-cache.outputs.cache-hit != 'true' - run: cargo install --force --version 1.8.0 just --locked + run: cargo install --force --version 1.36.0 just --locked - name: Compile run: cargo build --all-targets --all-features