Skip to content

Bump async-trait from 0.1.83 to 0.1.84 #3422

Bump async-trait from 0.1.83 to 0.1.84

Bump async-trait from 0.1.83 to 0.1.84 #3422

# https://github.com/actions-rs/audit-check
name: Rust Cargo Audit
on:
push:
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}
- uses: ClementTsang/[email protected]
with:
command: install
args: cargo-audit
- uses: ClementTsang/[email protected]
with:
command: audit