Skip to content

Bump clap_complete from 4.4.4 to 4.4.10 #32

Bump clap_complete from 4.4.4 to 4.4.10

Bump clap_complete from 4.4.4 to 4.4.10 #32

Workflow file for this run

---
name: rust-audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches:
- main
- wip/next
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
cargo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
...