Skip to content

Resolve duplicate [bans] and [sources] blocks in deny.toml #779

Description

@nanaf6203-bit

Problem Statement

deny.toml declares both [bans] multiple-versions = "warn" and [sources] unknown-* twice; cargo-deny produces warnings.

Why it matters

Duplicate blocks risk being actively ignored by future tooling; tidying ensures deterministic linting.

Technical Context

Merge duplicates; move deprecated unknown-git = "warn" to deny.

Expected Outcome

deny.toml parses with no warning; cargo deny runs clean.

Acceptance Criteria

  1. cargo deny check produces no warnings.
  2. File under 30 LOC.
  3. Changelog note.

Implementation Notes

Single edit.

Files or modules likely to be affected

deny.toml.

Dependencies

None.

Difficulty level

EASY.

Estimated effort

XS (~15 min).

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions