Skip to content

fix(deps): update rust crate tokio to v1.43.0 #668

fix(deps): update rust crate tokio to v1.43.0

fix(deps): update rust crate tokio to v1.43.0 #668

Workflow file for this run

name: Audit
on:
push:
branches:
- main
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- ".github/workflows/audit.yml"
pull_request:
paths:
- "src/**"
- "Cargo.toml"
- "Cargo.lock"
- ".github/workflows/audit.yml"
env:
CARGO_TERM_COLOR: always
jobs:
audit:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/cargo-cache
- name: Security audit
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}