Skip to content

Update Rust crate async-trait to v0.1.83 #88

Update Rust crate async-trait to v0.1.83

Update Rust crate async-trait to v0.1.83 #88

Workflow file for this run

name: Security audit
on:
pull_request:
# complemented with branch protection on main this will
# need to complete successfully before we auto deploy from main
branches: main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}