Update cargo-audit to 0.21.0

This commit is contained in:
Jonas Bushart
2024-11-06 22:21:55 +01:00
parent 17d62dc82d
commit 5c5da92c03
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.2] - 2024-11-06
* Update `cargo-audit` to 0.21.0
## [1.2.1] - 2024-07-31
* Temporarily remove `--locked` from the install instructions again, since cargo-audit relies on an old version of `time` that is incompatible with Rust 1.80.

View File

@@ -45,12 +45,12 @@ runs:
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
key: cargo-audit-v0.20.0
key: cargo-audit-v0.21.0
- name: Install cargo-audit
if: steps.cache.outputs.cache-hit != 'true'
# Update both this version number and the cache key
run: cargo install cargo-audit --vers 0.20.0 --no-default-features
run: cargo install cargo-audit --vers 0.21.0 --no-default-features
shell: bash
- run: |