Skip to content

Commit 5c5da92

Browse files
committed
Update cargo-audit to 0.21.0
1 parent 17d62dc commit 5c5da92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.2] - 2024-11-06
11+
12+
* Update `cargo-audit` to 0.21.0
13+
1014
## [1.2.1] - 2024-07-31
1115

1216
* 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.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ runs:
4545
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
4646
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
4747
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
48-
key: cargo-audit-v0.20.0
48+
key: cargo-audit-v0.21.0
4949

5050
- name: Install cargo-audit
5151
if: steps.cache.outputs.cache-hit != 'true'
5252
# Update both this version number and the cache key
53-
run: cargo install cargo-audit --vers 0.20.0 --no-default-features
53+
run: cargo install cargo-audit --vers 0.21.0 --no-default-features
5454
shell: bash
5555

5656
- run: |

0 commit comments

Comments
 (0)