Skip to content

chore(deps): bump serde_with from 3.2.0 to 3.4.0 #1092

chore(deps): bump serde_with from 3.2.0 to 3.4.0

chore(deps): bump serde_with from 3.2.0 to 3.4.0 #1092

Workflow file for this run

name: cargo-audit
on:
pull_request:
paths: Cargo.lock
push:
branches: main
paths: Cargo.lock
schedule:
- cron: "0 0 * * *"
jobs:
security_audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache cargo bin
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-audit-v0.12
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}