Skip to content

Bump flate2 from 1.0.20 to 1.0.28 #688

Bump flate2 from 1.0.20 to 1.0.28

Bump flate2 from 1.0.20 to 1.0.28 #688

Workflow file for this run

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