Skip to content

Bump libc from 0.2.150 to 0.2.153 #31

Bump libc from 0.2.150 to 0.2.153

Bump libc from 0.2.150 to 0.2.153 #31

Workflow file for this run

---
name: rust-audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches:
- main
- wip/next
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
cargo-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
...