Skip to content

deps: Bump regex from 1.10.3 to 1.10.4 #728

deps: Bump regex from 1.10.3 to 1.10.4

deps: Bump regex from 1.10.3 to 1.10.4 #728

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