Skip to content

deps: bump tokio from 1.29.1 to 1.30.0 #396

deps: bump tokio from 1.29.1 to 1.30.0

deps: bump tokio from 1.29.1 to 1.30.0 #396

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@v3
- run: cargo install cargo-audit
- run: cargo audit