Skip to content

chore(deps): Update Rust crate bindgen to 0.70.0 #177

chore(deps): Update Rust crate bindgen to 0.70.0

chore(deps): Update Rust crate bindgen to 0.70.0 #177

Workflow file for this run

name: Security audit
on:
pull_request:
paths:
- "**/deny.toml"
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
- name: cargo-audit
run: |
cargo install cargo-audit cargo-deny
cargo audit
cargo deny check