Skip to content

Bump num_enum from 0.5.4 to 0.7.2 #714

Bump num_enum from 0.5.4 to 0.7.2

Bump num_enum from 0.5.4 to 0.7.2 #714

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 8 * * *"
push:
paths:
- "**/Cargo.*"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}