From a525d68986e7cf81faaf05cd5fdb1c3537ca52c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 19:48:14 +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 d4664f6f..7fd1ac40 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.13 with: command: check ${{ matrix.checks }}