From 72a74efe2f498a06025a718094aa7c737ad6701c Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Mon, 16 Jan 2023 18:01:51 -0800 Subject: [PATCH] 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 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be04a26f4cb5..b7d82078d9c9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: