From 8fc7b31073acacdf43f33fd6c48b8bb9be6a759f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:13:02 +0000 Subject: [PATCH] Bump EmbarkStudios/cargo-deny-action Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from b66acf5e9fe20f8aba065be86778a8a4c846f902 to 3c6349835b2b7b196a839186cb8b78e02f7b5f25. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/b66acf5e9fe20f8aba065be86778a8a4c846f902...3c6349835b2b7b196a839186cb8b78e02f7b5f25) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 3c6349835b2b7b196a839186cb8b78e02f7b5f25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 6789b37f..3b193d6a 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -56,7 +56,7 @@ jobs: # `audit-check` above covers advisories only. This adds the three checks a repo with this # much crypto surface wants: banned/duplicate crates, licence policy, and source # allowlisting. Config lives in deny.toml, next to Cargo.toml. - - uses: EmbarkStudios/cargo-deny-action@b66acf5e9fe20f8aba065be86778a8a4c846f902 # v2 + - uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2 with: command: check