Skip to content

build(deps): bump serde_with from 3.11.0 to 3.12.0 #1661

build(deps): bump serde_with from 3.11.0 to 3.12.0

build(deps): bump serde_with from 3.11.0 to 3.12.0 #1661

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
permissions:
checks: write
issues: write
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}