Skip to content

Bump libc from 0.2.153 to 0.2.154 #1090

Bump libc from 0.2.153 to 0.2.154

Bump libc from 0.2.153 to 0.2.154 #1090

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/audit.yml'
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}