Compare commits

..

5 Commits

Author SHA1 Message Date
Jonas Bushart
34b262c4ff Bump cargo-audit to 0.17.4 2022-11-09 18:14:33 +01:00
Jonas Bushart
585ac71b19 Merge pull request #10 from actions-rust-lang/pre-commit-ci-update-config 2022-10-31 21:51:12 +01:00
pre-commit-ci[bot]
ef659d2397 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.1.0 → v3.2.0](https://github.com/asottile/pyupgrade/compare/v3.1.0...v3.2.0)
2022-10-31 18:25:48 +00:00
Jonas Bushart
919e90c805 Merge pull request #9 from actions-rust-lang/pre-commit-ci-update-config 2022-10-17 21:07:45 +02:00
pre-commit-ci[bot]
a7fc2f648c [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v3.0.0...v3.1.0)
2022-10-17 18:17:22 +00:00
3 changed files with 9 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ repos:
- id: isort
args: ["--profile=black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.0.0
rev: v3.2.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.2] - 2022-11-09
### Changed
* Update `cargo-audit` to 0.17.4 which fixes checking for yanked crates.
## [1.1.1] - 2022-10-13
### Changed

View File

@@ -33,12 +33,12 @@ runs:
${{ env.CARGO_HOME }}/.cargo/bin/cargo-audit*
${{ env.CARGO_HOME }}/.cargo/.crates.toml
${{ env.CARGO_HOME }}/.cargo/.crates2.json
key: cargo-audit-v0.17.0
key: cargo-audit-v0.17.4
- name: Install cargo-audit
if: steps.cache.outputs.cache-hit != 'true'
# Update both this version number and the cache key
run: cargo install cargo-audit --vers 0.17.0
run: cargo install cargo-audit --vers 0.17.4 --no-default-features
shell: bash
- run: |