diff options
author | 2022-01-26 14:26:01 +0700 | |
---|---|---|
committer | 2022-01-26 14:26:01 +0700 | |
commit | 3b95450c9d6181d13424586dc1dd6ac823a11973 (patch) | |
tree | 75733376e1be09af7b5fea79a19895e28662149c /.github/workflows/audit.yml | |
parent | 9b3cab82ef3bbc5b8129ac3bacec4011229f0fbc (diff) | |
download | iced-3b95450c9d6181d13424586dc1dd6ac823a11973.tar.gz iced-3b95450c9d6181d13424586dc1dd6ac823a11973.tar.bz2 iced-3b95450c9d6181d13424586dc1dd6ac823a11973.zip |
Fix `audit` workflow
... since `nix` recently released a `0.22.3`, which is safe by default.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/audit.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 2ffa10a8..30bb3004 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -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 |