Skip to content

build: Bump serde from 1.0.198 to 1.0.201 in /fuzz #3933

build: Bump serde from 1.0.198 to 1.0.201 in /fuzz

build: Bump serde from 1.0.198 to 1.0.201 in /fuzz #3933

Workflow file for this run

name: Cloud Hypervisor Dependency Audit
on:
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
security_audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/audit@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}