Skip to content

Bump async-trait from 0.1.85 to 0.1.86 (#1229) #3647

Bump async-trait from 0.1.85 to 0.1.86 (#1229)

Bump async-trait from 0.1.85 to 0.1.86 (#1229) #3647

Workflow file for this run

name: Security Audit
# The clippy-check job requires this permission to properly surface failures
permissions:
checks: write
on:
pull_request:
push:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions-rust-lang/audit@96e0e19d7510f3de04a5b56213388ac8fcede6d0 # v1.2.3
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}