Skip to content

Commit

Permalink
build: Update cargo-deny version
Browse files Browse the repository at this point in the history
This commit updates the cargo-deny version we use from 0.13.17 to
0.14.23.

Change-Id: I46039b68fa1f8fa02e08b5789a1151ca77314b35
  • Loading branch information
ethowitz committed May 21, 2024
1 parent a78d4cf commit 46b79a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.cargo-deny
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM 305232526136.dkr.ecr.us-east-2.amazonaws.com/ecr-public/docker/library/rust:1.78

RUN cargo install cargo-deny --version 0.13.7 && cargo deny --version
RUN cargo install cargo-deny --version 0.14.23 && cargo deny --version

0 comments on commit 46b79a3

Please sign in to comment.