Update dependency rust to v1.62.1

This commit is contained in:
Renovate Bot 2022-07-19 19:01:43 +00:00
parent 66f05c3ede
commit c30834c5e8

View file

@ -1,4 +1,4 @@
FROM rust:1.55.0 as builder
FROM rust:1.62.1 as builder
RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \
cargo install --path rust-synapse-compress-state