From cf2a3bbeb8accb917cffb7b73fc10d26d8820676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 15:11:03 +0000 Subject: [PATCH] build(deps): bump EmbarkStudios/cargo-deny-action from 1.3.1 to 1.3.2 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/30ecad1d5873c1cc2cad10a33637371ca094768b...7257a18a9c2fe3f92b85d41ae473520dff953c97) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 71e4b1d0e..3a5211233 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -82,6 +82,6 @@ jobs: continue-on-error: ${{ matrix.checks == 'advisories' }} steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: EmbarkStudios/cargo-deny-action@30ecad1d5873c1cc2cad10a33637371ca094768b + - uses: EmbarkStudios/cargo-deny-action@7257a18a9c2fe3f92b85d41ae473520dff953c97 with: command: check ${{ matrix.checks }}