From 3f08373ce6d3a99f8e95f95b992bee72cf666f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:12:52 +0000 Subject: [PATCH] chore(deps): bump EmbarkStudios/cargo-deny-action from 2.0.20 to 2.1.1 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.20 to 2.1.1. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.20...v2.1.1) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eabc0f8d..e99d3146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - name: License and advisory gate if: steps.ws.outputs.present == 'true' - uses: EmbarkStudios/cargo-deny-action@v2.0.20 + uses: EmbarkStudios/cargo-deny-action@v2.1.1 with: command: check bans licenses advisories sources