Skip to content

Bump clap from 4.5.19 to 4.5.20 #1440

Bump clap from 4.5.19 to 4.5.20

Bump clap from 4.5.19 to 4.5.20 #1440

Workflow file for this run

name: Security audit
on:
merge_group:
schedule:
- cron: "0 0 * * *"
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}