From 7d53a3926a129b94ab4d222ad9e756e1e55a9d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:52:59 +0000 Subject: [PATCH] chore(deps): bump EmbarkStudios/cargo-deny-action from 2.0.13 to 2.0.14 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.13 to 2.0.14. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.13...v2.0.14) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deny.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index d88e6313..f01a0230 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: EmbarkStudios/cargo-deny-action@v2.0.13 + - uses: EmbarkStudios/cargo-deny-action@v2.0.14 with: command: check ${{ matrix.checks }} arguments: --exclude addchain