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

chore(deny.toml): remove stale idna directive #3458

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

cratelyn
Copy link
Collaborator

if one runs cargo deny check on the current state of main, or checks deny logs in ci, one observes this waning:

$ cargo deny check
warning[unnecessary-skip]: skip 'idna' applied to a crate with only one version
   ┌─ /path/to/linkerd/linkerd2-proxy/deny.toml:63:15
   │
63 │     { name = "idna" },
   │               ━━━━ unnecessary skip configuration

advisories ok, bans ok, licenses ok, sources ok

today, our dependency graph only contains one version of idna, which has since release a 1.0 version:

$ cargo tree -i -p idna
idna v1.0.3
├── hickory-proto v0.24.2
└── url v2.5.4

this commit updates the deny.toml file, removing this directive to permit duplicate versions, now that this is no longer the case.

if one runs `cargo deny check` on the current state of main, or checks
deny logs in ci, one observes this waning:

```sh
$ cargo deny check
warning[unnecessary-skip]: skip 'idna' applied to a crate with only one version
   ┌─ /path/to/linkerd/linkerd2-proxy/deny.toml:63:15
   │
63 │     { name = "idna" },
   │               ━━━━ unnecessary skip configuration

advisories ok, bans ok, licenses ok, sources ok
```

today, our dependency graph only contains one version of `idna`, which
has since release a 1.0 version:

```sh
$ cargo tree -i -p idna
idna v1.0.3
├── hickory-proto v0.24.2
└── url v2.5.4
```

this commit updates the `deny.toml` file, removing this directive to
permit duplicate versions, now that this is no longer the case.

Signed-off-by: katelyn martin <kate@buoyant.io>
@cratelyn cratelyn marked this pull request as ready for review December 13, 2024 04:44
@cratelyn cratelyn requested a review from a team as a code owner December 13, 2024 04:44
@olix0r olix0r enabled auto-merge (squash) December 13, 2024 14:19
@olix0r olix0r merged commit e9e2a31 into main Dec 13, 2024
15 checks passed
@olix0r olix0r deleted the kate/cargo-deny-remove-stale-idna-directive branch December 13, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants