From 3e7bd82319d7d21a0ad83b32e1473f542eaf2b62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:55:12 +0000 Subject: [PATCH] chore(deps): bump EmbarkStudios/cargo-deny-action from 2.0.12 to 2.0.13 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.12 to 2.0.13. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.12...v2.0.13) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.13 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 fab4c61a..d88e6313 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.12 + - uses: EmbarkStudios/cargo-deny-action@v2.0.13 with: command: check ${{ matrix.checks }} arguments: --exclude addchain