Skip to content

Commit c1512fa

Browse files
chore(ci): bump cargo deny to 0.18.9
1 parent 89bf795 commit c1512fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/environment/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ if contains_module cargo-nextest; then
163163
fi
164164

165165
if contains_module cargo-deny; then
166-
if ! cargo-deny --version 2>/dev/null | grep -q '^cargo-deny 0.16.2'; then
166+
if ! cargo-deny --version 2>/dev/null | grep -q '^cargo-deny 0.18.9'; then
167167
cargo "${install[@]}" cargo-deny --version 0.16.2 --force --locked
168168
fi
169169
fi

0 commit comments

Comments
 (0)