Skip to content

build(deps): bump the dependencies group with 3 updates #126

build(deps): bump the dependencies group with 3 updates

build(deps): bump the dependencies group with 3 updates #126

Workflow file for this run

name: Audit
on:
push:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * 0' # at midnight of each sunday
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: taiki-e/install-action@v1
with:
tool: cargo-audit
- run: cargo audit -D warnings