From 5543b9b6bcadac8684d1be58650dbbe5b83ad506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:08:51 +1000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action from 1.2.6 to 1.2.9 (#3163) Bumps [EmbarkStudios/cargo-deny-action](https://github.com/EmbarkStudios/cargo-deny-action) from 1.2.6 to 1.2.9. - [Release notes](https://github.com/EmbarkStudios/cargo-deny-action/releases) - [Commits](https://github.com/EmbarkStudios/cargo-deny-action/compare/v1.2.6...v1.2.9) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a92c77e..813d42a1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,13 +311,13 @@ jobs: # Edit zebra/deny.toml to allow duplicate dependencies - name: Check for dependent crates with different versions - uses: EmbarkStudios/cargo-deny-action@v1.2.6 + uses: EmbarkStudios/cargo-deny-action@v1.2.9 with: command: check bans args: --all-features --workspace - name: Check crate sources - uses: EmbarkStudios/cargo-deny-action@v1.2.6 + uses: EmbarkStudios/cargo-deny-action@v1.2.9 with: command: check sources args: --all-features --workspace