Skip to content

deps: Bump clap from 4.4.7 to 4.4.8 #545

deps: Bump clap from 4.4.7 to 4.4.8

deps: Bump clap from 4.4.7 to 4.4.8 #545

Workflow file for this run

name: Security audit
on:
push:
paths:
- '.cargo/audit.toml'
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-audit
- run: cargo audit