Skip to content

deps: Bump termcolor from 1.3.0 to 1.4.0 #551

deps: Bump termcolor from 1.3.0 to 1.4.0

deps: Bump termcolor from 1.3.0 to 1.4.0 #551

Workflow file for this run

name: Security audit
on:
push:
paths:
- '.cargo/audit.toml'
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-audit
- run: cargo audit