Skip to content

deps(deps): bump toml from 0.8.20 to 0.8.22 #130

deps(deps): bump toml from 0.8.20 to 0.8.22

deps(deps): bump toml from 0.8.20 to 0.8.22 #130

Workflow file for this run

name: Security Audit
on:
schedule:
- cron: '0 0 * * 0' # Weekly at midnight on Sunday
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
env:
CARGO_TERM_COLOR: always
jobs:
security-audit:
name: Security Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Run security audit
run: cargo audit