diff --git a/earthly/rust/Earthfile b/earthly/rust/Earthfile index d91a5dbd8..5e519eba5 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.18 && \ + cargo install cargo-deny --version=0.14.10 && \ 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 && \