Skip to content

Update serde_yaml requirement from 0.8.23 to 0.9.30 #207

Update serde_yaml requirement from 0.8.23 to 0.9.30

Update serde_yaml requirement from 0.8.23 to 0.9.30 #207

Workflow file for this run

name: Dependency security audit (on change)
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
name: Security audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}