Skip to content

Update thiserror requirement from 1.0.25 to 2.0.0 #765

Update thiserror requirement from 1.0.25 to 2.0.0

Update thiserror requirement from 1.0.25 to 2.0.0 #765

Workflow file for this run

name: Security audit
on:
schedule:
- cron: "0 8 * * *"
push:
paths:
- "**/Cargo.*"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}