Skip to content

deps: bump serde from 1.0.203 to 1.0.204 #814

deps: bump serde from 1.0.203 to 1.0.204

deps: bump serde from 1.0.203 to 1.0.204 #814

Workflow file for this run

name: Security audit
on:
push:
paths:
- '.cargo/audit.toml'
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-audit
- run: cargo audit