From dfe7a89f7e138e2468e64e43b200500e8d0b909a Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Fri, 22 Mar 2024 13:37:58 +0200 Subject: [PATCH] bump cargo-deny version --- earthly/rust/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/rust/Earthfile b/earthly/rust/Earthfile index d92918926..0852af2a7 100644 --- a/earthly/rust/Earthfile +++ b/earthly/rust/Earthfile @@ -78,7 +78,7 @@ rust-base: RUN cargo install cargo-nextest --version=0.9.68 && \ cargo install cargo-machete --version=0.6.1 && \ cargo install refinery_cli --version=0.8.12 && \ - cargo install cargo-deny --version=0.14.17 && \ + cargo install cargo-deny --version=0.14.19 && \ cargo install cargo-modules --version=0.14.0 && \ cargo install cargo-depgraph --version=1.6.0 && \ cargo install cargo-llvm-cov --version=0.6.8 && \