Skip to content

Commit 50559e3

Browse files
authored
Update cargo-audit to 0.20.0
1 parent 27b62ea commit 50559e3

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.1.14] - 2024-02-18
11+
12+
* Update `cargo-audit` to 0.20.0
13+
1014
## [1.1.13] - 2024-02-03
1115

1216
* Update `cargo-audit` to 0.19.0

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ runs:
4141
${{ steps.cargo-home.outputs.cargohome }}/bin/cargo-audit*
4242
${{ steps.cargo-home.outputs.cargohome }}/.crates.toml
4343
${{ steps.cargo-home.outputs.cargohome }}/.crates2.json
44-
key: cargo-audit-v0.19.0
44+
key: cargo-audit-v0.20.0
4545

4646
- name: Install cargo-audit
4747
if: steps.cache.outputs.cache-hit != 'true'
4848
# Update both this version number and the cache key
49-
run: cargo install cargo-audit --vers 0.19.0 --no-default-features
49+
run: cargo install cargo-audit --vers 0.20.0 --no-default-features
5050
shell: bash
5151

5252
- run: |

0 commit comments

Comments
 (0)