fix: resolve cargo audit CI workflow error

This commit is contained in:
Orbital 2026-03-20 16:02:53 -05:00
parent 971f69fc5a
commit ffda24ea29
No known key found for this signature in database
GPG key ID: ADBE3D2B7E8E666F

View file

@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-audit
- run: cargo install cargo-audit --locked
- run: cargo audit