Skip to content

Commit 34b262c

Browse files
committed
Bump cargo-audit to 0.17.4
1 parent 585ac71 commit 34b262c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

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+
1016
## [1.1.1] - 2022-10-13
1117

1218
### Changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ runs:
3333
${{ env.CARGO_HOME }}/.cargo/bin/cargo-audit*
3434
${{ env.CARGO_HOME }}/.cargo/.crates.toml
3535
${{ env.CARGO_HOME }}/.cargo/.crates2.json
36-
key: cargo-audit-v0.17.0
36+
key: cargo-audit-v0.17.4
3737

3838
- name: Install cargo-audit
3939
if: steps.cache.outputs.cache-hit != 'true'
4040
# 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
4242
shell: bash
4343

4444
- run: |

0 commit comments

Comments
 (0)