From 6cac3eeb1a58bb5eba0668b116ad72a83d4e2a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 21:02:01 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 1.2.15 to 1.2.16 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.2.15 to 1.2.16. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/v1.2.15...v1.2.16) --- 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 dc96078..9658a7f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,7 @@ jobs: command: check args: '--all-targets' - name: 'run "cargo deny check"' - uses: EmbarkStudios/cargo-deny-action@v1.2.15 + uses: EmbarkStudios/cargo-deny-action@v1.2.16 lint: runs-on: ubuntu-latest