File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.4] - 2025-03-03
11
+
12
+ * Update ` cargo-audit ` to 0.21.2
13
+
10
14
## [ 1.2.3] - 2024-12-17
11
15
12
16
* Show a better error message when running "cargo audit" fails #98
Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ runs:
45
45
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
46
46
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
47
47
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
48
- key : cargo-audit-v0.21.0
48
+ key : cargo-audit-v0.21.2
49
49
50
50
- name : Install cargo-audit
51
51
if : steps.cache.outputs.cache-hit != 'true'
52
52
# Update both this version number and the cache key
53
- run : cargo install cargo-audit --vers 0.21.0 --no-default-features
53
+ run : cargo install cargo-audit --vers 0.21.2 --no-default-features
54
54
shell : bash
55
55
56
56
- run : |
You can’t perform that action at this time.
0 commit comments