Skip to content

Commit d5440ab

Browse files
committed
chore: Bump CI tools versions
1 parent bd3bf82 commit d5440ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/datta.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,23 @@ jobs:
136136
- name: Install cargo-udeps
137137
env:
138138
UDEPS_LINK: https://github.com/est31/cargo-udeps/releases/download
139-
UDEPS_VERSION: v0.1.28
139+
UDEPS_VERSION: v0.1.45
140140
run: |
141141
curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
142142
tar xz -C $HOME/.cargo/bin --strip-components 2
143143
144144
- name: Install cargo-deny
145145
env:
146146
DENY_LINK: https://github.com/EmbarkStudios/cargo-deny/releases/download
147-
DENY_VERSION: 0.12.0
147+
DENY_VERSION: 0.14.15
148148
run: |
149149
curl -L "$DENY_LINK/$DENY_VERSION/cargo-deny-$DENY_VERSION-x86_64-unknown-linux-musl.tar.gz" |
150150
tar xz -C $HOME/.cargo/bin --strip-components 1
151151
152152
- name: Install cargo-audit
153153
env:
154154
AUDIT_LINK: https://github.com/rustsec/rustsec/releases/download/cargo-audit%2F
155-
AUDIT_VERSION: v0.16.0
155+
AUDIT_VERSION: v0.20.0
156156
run: |
157157
curl -L "$AUDIT_LINK$AUDIT_VERSION/cargo-audit-x86_64-unknown-linux-musl-$AUDIT_VERSION.tgz" |
158158
tar xzv -C $HOME/.cargo/bin --strip-components 1

0 commit comments

Comments
 (0)