Skip to content

chore: bump sonic-simd to 0.1.4 and sonic-number to 0.1.2 #821

chore: bump sonic-simd to 0.1.4 and sonic-number to 0.1.2

chore: bump sonic-simd to 0.1.4 and sonic-number to 0.1.2 #821

Workflow file for this run

name: "Security Audit"
on:
pull_request:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security-audit:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
# Use cargo-audit 0.22+ for CVSS 4.0 support in advisory DB (avoids parse error)
- name: Install cargo-audit
run: cargo install cargo-audit --version "0.22.1" --locked
- name: Audit Rust Dependencies
run: cargo audit