Skip to content

Bump termcolor from 1.1.2 to 1.4.1 #686

Bump termcolor from 1.1.2 to 1.4.1

Bump termcolor from 1.1.2 to 1.4.1 #686

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 }}