CI: Migrate to `cargo-vet 0.10`

This commit is contained in:
Jack Grigg 2025-01-06 14:33:00 +00:00
parent 907a477c7f
commit 400dcdf83e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}
- run: cargo install cargo-vet --version ~0.9
- run: cargo install cargo-vet --version ~0.10
- run: cargo vet --locked
cargo-deny: