Fix audit workflow

... since `nix` recently released a `0.22.3`, which is safe by default.
This commit is contained in:
Héctor Ramón Jiménez 2022-01-26 14:26:01 +07:00
parent 9b3cab82ef
commit 3b95450c9d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

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