Skip to content

Bump strum from 0.25.0 to 0.26.3 (#503) #314

Bump strum from 0.25.0 to 0.26.3 (#503)

Bump strum from 0.25.0 to 0.26.3 (#503) #314

Workflow file for this run

name: security
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
audit:
runs-on: ubuntu-latest
permissions: write-all
name: "Audit Rust Dependencies"
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}