Skip to content

Commit be62a4c

Browse files
author
Keith Hall
committed
Upgrade clap to fix cargo audit failure on anstream 0.6.4
which is provided by clap 4.4.12
1 parent 874448c commit be62a4c

File tree

2 files changed

+27
-14
lines changed

2 files changed

+27
-14
lines changed

.github/workflows/CICD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ jobs:
152152
name: cargo audit
153153
runs-on: ubuntu-latest
154154
steps:
155-
- uses: actions/checkout@v4
156155
- run: cargo install cargo-audit --locked
156+
- uses: actions/checkout@v4
157157
- run: cargo audit
158158

159159
build:

Cargo.lock

+26-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)