Skip to content

Commit cad5850

Browse files
committed
CI: Update to cargo-vet 0.10.2
1 parent e0b6885 commit cad5850

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/cargo-vet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Vet Dependencies
1010
runs-on: ubuntu-latest
1111
env:
12-
CARGO_VET_VERSION: 0.10.0
12+
CARGO_VET_VERSION: 0.10.2
1313
steps:
1414
- uses: actions/checkout@master
1515
- name: Install Rust
@@ -22,7 +22,6 @@ jobs:
2222
run: echo "${{ runner.tool_cache }}/cargo-vet/bin" >> $GITHUB_PATH
2323
- name: Ensure that the tool cache is populated with the cargo-vet binary
2424
run: |
25-
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
2625
cargo install --root ${{ runner.tool_cache }}/cargo-vet --version ${{ env.CARGO_VET_VERSION }} cargo-vet
2726
- name: Invoke cargo-vet
2827
run: cargo vet --locked

0 commit comments

Comments
 (0)