You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
│ ━━━━━━━━━━━━
[...]
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: