Commit d5440ab 1 parent bd3bf82 commit d5440ab Copy full SHA for d5440ab
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,23 +136,23 @@ jobs:
136
136
- name : Install cargo-udeps
137
137
env :
138
138
UDEPS_LINK : https://github.com/est31/cargo-udeps/releases/download
139
- UDEPS_VERSION : v0.1.28
139
+ UDEPS_VERSION : v0.1.45
140
140
run : |
141
141
curl -L "$UDEPS_LINK/$UDEPS_VERSION/cargo-udeps-$UDEPS_VERSION-x86_64-unknown-linux-gnu.tar.gz" |
142
142
tar xz -C $HOME/.cargo/bin --strip-components 2
143
143
144
144
- name : Install cargo-deny
145
145
env :
146
146
DENY_LINK : https://github.com/EmbarkStudios/cargo-deny/releases/download
147
- DENY_VERSION : 0.12.0
147
+ DENY_VERSION : 0.14.15
148
148
run : |
149
149
curl -L "$DENY_LINK/$DENY_VERSION/cargo-deny-$DENY_VERSION-x86_64-unknown-linux-musl.tar.gz" |
150
150
tar xz -C $HOME/.cargo/bin --strip-components 1
151
151
152
152
- name : Install cargo-audit
153
153
env :
154
154
AUDIT_LINK : https://github.com/rustsec/rustsec/releases/download/cargo-audit%2F
155
- AUDIT_VERSION : v0.16 .0
155
+ AUDIT_VERSION : v0.20 .0
156
156
run : |
157
157
curl -L "$AUDIT_LINK$AUDIT_VERSION/cargo-audit-x86_64-unknown-linux-musl-$AUDIT_VERSION.tgz" |
158
158
tar xzv -C $HOME/.cargo/bin --strip-components 1
You can’t perform that action at this time.
0 commit comments