Skip to content

chore(deps): bump serde from 1.0.208 to 1.0.213 #352

chore(deps): bump serde from 1.0.208 to 1.0.213

chore(deps): bump serde from 1.0.208 to 1.0.213 #352

Workflow file for this run

name: Rust Security Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: '0 3 * * 1'
jobs:
cargo_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Cargo Audit
run: cargo audit
continue-on-error: true