Skip to content

chore(deps): bump tokio from 1.40.0 to 1.41.1 #36

chore(deps): bump tokio from 1.40.0 to 1.41.1

chore(deps): bump tokio from 1.40.0 to 1.41.1 #36

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
with:
submodules: true
- run: cargo audit
# disabled until we can change directory
# see https://github.com/actions-rs/audit-check/issues/194
# - name: Run audit
# uses: actions-rs/audit-check@v1
# with:
# token: ${{ secrets.GITHUB_TOKEN }}