Skip to content

Bump toml from 0.8.1 to 0.8.2 #1731

Bump toml from 0.8.1 to 0.8.2

Bump toml from 0.8.1 to 0.8.2 #1731

Workflow file for this run

name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}