Skip to content

deps: Bump cc from 1.0.94 to 1.0.98 #115

deps: Bump cc from 1.0.94 to 1.0.98

deps: Bump cc from 1.0.94 to 1.0.98 #115

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