From 7b56971e907f4191d4833c4221aea4c52085284f Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 23 Dec 2025 14:20:18 +0100 Subject: [PATCH] chore: Update cargo-deny to 0.18.9 to prevent CI failure Similar to https://github.com/stackabletech/operator-rs/pull/1126 --- template/.pre-commit-config.yaml.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/template/.pre-commit-config.yaml.j2 b/template/.pre-commit-config.yaml.j2 index 355324bb..59261217 100644 --- a/template/.pre-commit-config.yaml.j2 +++ b/template/.pre-commit-config.yaml.j2 @@ -15,8 +15,7 @@ repos: - id: detect-private-key - repo: https://github.com/EmbarkStudios/cargo-deny - # Failing to compile cargo-deny with version >0.18.3, needs rust 1.88.0 - rev: baa02b0a0c54e0578aae6bb7c7181ad00dc290af # 0.18.3 + rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9 hooks: - id: cargo-deny args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]