Skip to content

build: Bump zbus from 3.15.2 to 4.1.2 #3947

build: Bump zbus from 3.15.2 to 4.1.2

build: Bump zbus from 3.15.2 to 4.1.2 #3947

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 }}