From 773da6aa76cc8a57eb02fe51915c14664aa285c2 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 23 Dec 2025 13:45:42 +0000 Subject: [PATCH] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@2bd59f09974e5bde1cca110105dfa2fb910e8bf3 Reference-to: stackabletech/operator-templating@2bd59f0 (chore: Update cargo-deny to 0.18.9 to prevent CI failure) --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5461297f..e338a62d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"]