Skip to content

Update Rust crate serde_json to v1.0.134 (#103) #40

Update Rust crate serde_json to v1.0.134 (#103)

Update Rust crate serde_json to v1.0.134 (#103) #40

Workflow file for this run

name: Cargo Audit
on:
push:
branches:
- main
jobs:
audit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./api
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-audit --locked
- run: cargo audit