Fix audit workflow
... since `nix` recently released a `0.22.3`, which is safe by default.
This commit is contained in:
parent
9b3cab82ef
commit
3b95450c9d
1 changed files with 0 additions and 1 deletions
1
.github/workflows/audit.yml
vendored
1
.github/workflows/audit.yml
vendored
|
|
@ -11,6 +11,5 @@ jobs:
|
|||
- name: Manually update `nix` crates # See https://github.com/nix-rust/nix/issues/1627
|
||||
run: |
|
||||
cargo update --package nix:0.20.0 --precise 0.20.2
|
||||
cargo update --package nix:0.22.0 --precise 0.22.2
|
||||
- name: Audit dependencies
|
||||
run: cargo audit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue