Skip to content

chore(deps): bump lazy_static from 1.4.0 to 1.5.0 #165

chore(deps): bump lazy_static from 1.4.0 to 1.5.0

chore(deps): bump lazy_static from 1.4.0 to 1.5.0 #165

Workflow file for this run

name: Security audit
on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-deny
- name: Scan for vulnerabilities
run: cargo deny check advisories