Skip to content

Commit f07511b

Browse files
committed
fix: update cargo-deny for rust policy ci
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 1be8de8 commit f07511b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8633,13 +8633,13 @@ rust-vet: rust-ensure-deps ## Run cargo-vet with strict supply-chai
86338633

86348634
rust-deny: rust-ensure-deps ## Run cargo-deny policy checks on the Rust workspace
86358635
@echo "🦀 Running cargo-deny policy checks (workspace)..."
8636-
@command -v cargo-deny >/dev/null 2>&1 || { echo "Installing cargo-deny..."; cargo install --locked cargo-deny --version 0.18.4; }
8636+
@command -v cargo-deny >/dev/null 2>&1 || { echo "Installing cargo-deny..."; cargo install --locked cargo-deny --version 0.19.0; }
86378637
@cargo deny check advisories bans sources
86388638
@echo "✅ Rust dependency policy check done"
86398639

86408640
rust-licenses: rust-ensure-deps ## Run cargo-deny license check (workspace)
86418641
@echo "🦀 Running cargo-deny license check (workspace)..."
8642-
@command -v cargo-deny >/dev/null 2>&1 || { echo "Installing cargo-deny..."; cargo install --locked cargo-deny --version 0.18.4; }
8642+
@command -v cargo-deny >/dev/null 2>&1 || { echo "Installing cargo-deny..."; cargo install --locked cargo-deny --version 0.19.0; }
86438643
@cargo deny check licenses
86448644
@echo "✅ Rust license check done"
86458645

0 commit comments

Comments
 (0)