File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.1.2] - 2022-11-09
11
+
12
+ ### Changed
13
+
14
+ * Update ` cargo-audit ` to 0.17.4 which fixes checking for yanked crates.
15
+
10
16
## [ 1.1.1] - 2022-10-13
11
17
12
18
### Changed
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ runs:
33
33
${{ env.CARGO_HOME }}/.cargo/bin/cargo-audit*
34
34
${{ env.CARGO_HOME }}/.cargo/.crates.toml
35
35
${{ env.CARGO_HOME }}/.cargo/.crates2.json
36
- key : cargo-audit-v0.17.0
36
+ key : cargo-audit-v0.17.4
37
37
38
38
- name : Install cargo-audit
39
39
if : steps.cache.outputs.cache-hit != 'true'
40
40
# Update both this version number and the cache key
41
- run : cargo install cargo-audit --vers 0.17.0
41
+ run : cargo install cargo-audit --vers 0.17.4 --no-default-features
42
42
shell : bash
43
43
44
44
- run : |
You can’t perform that action at this time.
0 commit comments