Skip to content

Commit b5405c1

Browse files
committed
Update cargo-chef and cargo-license dependencies
This commit updates cargo-chef from 0.1.62 to 0.1.67 and cargo-license from 0.5.1 to 0.6.1
1 parent 4e46c74 commit b5405c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN rustup target add \
2323
x86_64-unknown-linux-gnu \
2424
aarch64-unknown-linux-gnu
2525
RUN rustup component add clippy rustfmt
26-
RUN cargo install cargo-chef@0.1.62 cargo-license@0.5.1
26+
RUN cargo install cargo-chef@0.1.67 cargo-license@0.6.1
2727

2828
COPY --from=x86_64-musl "/usr/local/musl" /usr/local/musl-x86_64/
2929
COPY --from=aarch64-musl "/usr/local/musl" /usr/local/musl-aarch64/

0 commit comments

Comments
 (0)