Skip to content

Update mio requirement from ^0.6.23 to ^0.8.11 #6

Update mio requirement from ^0.6.23 to ^0.8.11

Update mio requirement from ^0.6.23 to ^0.8.11 #6

Workflow file for this run

name: Security audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}