Merge pull request #266 from akaza-im/optmize-cargo-deny

Optmize cargo deny
This commit is contained in:
Tokuhiro Matsuno
2023-01-30 11:10:57 +09:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
components: clippy, rustfmt
- run: cargo fmt --all --check
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo install --locked cargo-deny
- run: cargo deny check
- run: cargo test

View File

@ -6,7 +6,6 @@ copyleft = "deny"
ignore = [
"RUSTSEC-2020-0071", # chrono 経由の依存で、chrono では該当 API つかってない https://github.com/chronotope/chrono/blob/main/deny.toml
"RUSTSEC-2021-0145", # atty: dev deps
"RUSTSEC-2021-0139", # ansi_term: dev deps
]
unmaintained = "deny"