Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest cargo deny release #2190

Closed
konstin opened this issue Aug 21, 2024 · 0 comments · Fixed by #2200
Closed

Update to latest cargo deny release #2190

konstin opened this issue Aug 21, 2024 · 0 comments · Fixed by #2200
Labels
enhancement New feature or request

Comments

@konstin
Copy link
Member

konstin commented Aug 21, 2024

The cargo deny part of precommit is failing for me locally since it assumes an older version of cargo deny than the latest release. We should upgrade to the latest cargo deny.

$ uvx pre-commit run --hook-stage manual --all
cargo fmt................................................................Passed
cargo deny...............................................................Failed
- hook id: cargo-deny
- exit code: 1

error[deprecated]: this key has been removed, see https://github.com/EmbarkStudios/cargo-deny/pull/611 for migration information
   ┌─ /home/konsti/projects/maturin/deny.toml:44:1
   │
44 │ vulnerability = "deny"
   │ ━━━━━━━━━━━━━

error[deprecated]: this key has been removed, see https://github.com/EmbarkStudios/cargo-deny/pull/611 for migration information
   ┌─ /home/konsti/projects/maturin/deny.toml:46:1
   │
46 │ unmaintained = "warn"
   │ ━━━━━━━━━━━━
[...]
@konstin konstin added the enhancement New feature or request label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant