Skip to content

Bump serde_json from 1.0.128 to 1.0.132 #2789

Bump serde_json from 1.0.128 to 1.0.132

Bump serde_json from 1.0.128 to 1.0.132 #2789

Workflow file for this run

name: Security Audit
# The clippy-check job requires this permission to properly surface failures
permissions:
checks: write
on:
pull_request:
push:
branches:
- main
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions-rust-lang/audit@531fba54daed81c23724925a1892a60c74969c38 # v1.2.1
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}