Skip to content

Bump serde from 1.0.191 to 1.0.193 #1342

Bump serde from 1.0.191 to 1.0.193

Bump serde from 1.0.191 to 1.0.193 #1342

Workflow file for this run

name: Security Audit
on:
push:
branches: [main]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
branches: [main]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
# Once week at midnight UTC
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
sec:
name: Security audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}