Skip to content

Commit 1bfcf77

Browse files
authored
Update cargo-audit to v0.22.0. (#339)
Signed-off-by: Piotr Sikora <code@piotrsikora.dev>
1 parent a13c1c7 commit 1bfcf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
380380
- name: Install dependencies
381381
run: |
382-
cargo install cargo-audit --version 0.21.0
382+
cargo install cargo-audit --version 0.22.0
383383
384384
- name: Run cargo audit (main)
385385
run: |

0 commit comments

Comments
 (0)