From d20846a47685a662dba2769cc74bdefa4b832180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:24:38 +0000 Subject: [PATCH] chore(deps): bump EmbarkStudios/cargo-deny-action from 2.0.12 to 2.0.14 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 2.0.12 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.12...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 d4664f6f..990f6e6b 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -14,6 +14,6 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: EmbarkStudios/cargo-deny-action@v2.0.12 + - uses: EmbarkStudios/cargo-deny-action@v2.0.14 with: command: check ${{ matrix.checks }}