Skip to content

deps: Bump cc from 1.0.94 to 1.0.95 #111

deps: Bump cc from 1.0.94 to 1.0.95

deps: Bump cc from 1.0.94 to 1.0.95 #111

Workflow file for this run

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