Skip to content

Commit

Permalink
Fixes #23803: Update Rust dependencies (#5211)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset authored Nov 29, 2023
1 parent 1576011 commit 7d8d487
Show file tree
Hide file tree
Showing 24 changed files with 1,363 additions and 1,358 deletions.
4 changes: 2 additions & 2 deletions ci/rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ rustup component add clippy
rustup component add rustfmt

# Install pre-compiled sccache
SCCACHE_VER=0.5.4
SCCACHE_VER=0.7.4
wget --quiet https://github.com/mozilla/sccache/releases/download/v$SCCACHE_VER/sccache-v$SCCACHE_VER-x86_64-unknown-linux-musl.tar.gz
tar -xf sccache-v$SCCACHE_VER-x86_64-unknown-linux-musl.tar.gz
chmod +x sccache-v$SCCACHE_VER-x86_64-unknown-linux-musl/sccache
mv sccache-v$SCCACHE_VER-x86_64-unknown-linux-musl/sccache /usr/local/bin/

# Install pre-compiled cargo-deny
DENY_VER=0.14.1
DENY_VER=0.14.3
wget --quiet https://github.com/EmbarkStudios/cargo-deny/releases/download/$DENY_VER/cargo-deny-$DENY_VER-x86_64-unknown-linux-musl.tar.gz
tar -xf cargo-deny-$DENY_VER-x86_64-unknown-linux-musl.tar.gz
mv cargo-deny-$DENY_VER-x86_64-unknown-linux-musl/cargo-deny /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion ci/typos.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70.0
FROM rust:1.74.0
LABEL ci=rudder/ci/typos.Dockerfile
ARG VERSION

Expand Down
Loading

0 comments on commit 7d8d487

Please sign in to comment.