Skip to content

Update tls-parser to 0.12.0 #1268

Update tls-parser to 0.12.0

Update tls-parser to 0.12.0 #1268

name: Security audit
on:
schedule:
- cron: "0 8 * * *"
push:
paths:
- "**/Cargo.*"
jobs:
security_audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies