Skip to content

chore(deps): bump serde from 1.0.198 to 1.0.199 #21

chore(deps): bump serde from 1.0.198 to 1.0.199

chore(deps): bump serde from 1.0.198 to 1.0.199 #21

Workflow file for this run

name: Security Audit
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * 1" # every Monday at 00:00 UTC
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
ignore: RUSTSEC-2020-0071