1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 19:02:22 +01:00

Upgrade clap to fix cargo audit failure on anstream 0.6.4

which is provided by clap 4.4.12
This commit is contained in:
Keith Hall
2024-12-26 21:19:02 +02:00
parent 874448c112
commit be62a4cea4
2 changed files with 27 additions and 14 deletions

View File

@@ -152,8 +152,8 @@ jobs:
name: cargo audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-audit --locked
- uses: actions/checkout@v4
- run: cargo audit
build: