Remove manual update of nix crate in audit workflow

This commit is contained in:
Héctor Ramón Jiménez 2022-05-11 21:43:14 +02:00
parent 2e7757a428
commit 5de337f214
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -8,8 +8,5 @@ jobs:
- name: Install cargo-audit
run: cargo install cargo-audit
- uses: actions/checkout@master
- 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
- name: Audit dependencies
run: cargo audit