Bump cargo-vet to 0.3.1 (#5579)

This relaxes import parsing to ensure that adoption of the next major release by other projects doesn't break imports for this project. See https://github.com/mozilla/cargo-vet/issues/360#issuecomment-1384605968
This commit is contained in:
Bobby Holley
2023-01-16 18:01:51 -08:00
committed by GitHub
parent e4dc9c7944
commit 72a74efe2f

View File

@@ -50,7 +50,7 @@ jobs:
name: Cargo vet
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: 0.3.0
CARGO_VET_VERSION: 0.3.1
steps:
- uses: actions/checkout@v3
with: