Skip to content

Bump serde_json from 1.0.103 to 1.0.104 in /rust #1231

Bump serde_json from 1.0.103 to 1.0.104 in /rust

Bump serde_json from 1.0.103 to 1.0.104 in /rust #1231

Workflow file for this run

name: Security Audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '23 5 * * *'
jobs:
security_audit:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- run: make ci.audit