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: Update to latest cargo deny #2746

Merged
merged 5 commits into from
Aug 29, 2024
Merged

chore: Update to latest cargo deny #2746

merged 5 commits into from
Aug 29, 2024

Conversation

EmilLuta
Copy link
Contributor

@EmilLuta EmilLuta commented Aug 27, 2024

Cargo deny is a tool used for license checks (initial motivation), vulnerability checks and other checks (such as unmaintained crates).

This tool has been used across core monorepo for a long time, but given one problematic upgrade it's been pinned to a version. There have been breaking changes since then and the tool got better, but we got stuck with the old version. This upgrades to the new version, but is still pinned. A future development is adding renovate bot, which will keep version up to date. Currently in backlog of @matter-labs/devops.

This PR updates the tool & addresses issues where the fix is straightforward. Other issues will need to be prioritized & treated separately.
They can be found in deny.toml under advisories.ignore.

There is space for further improvements on our current defaults, again, not tackled in this PR.

Cargo deny is a tool used for license checks (initial motivation),
vulnerability checks and other checks (such as unmaintained crates).

This tool has been used across core monorepo for a long time, but given
one problematic upgrade it's been pinned to a version. There have been
breaking changes since then and the tool got better, but we got stuck
with the old version.

This PR updates the tool & addresses issues where the fix is
straightforward. Other issues will need to be prioritized &
treated separatedly.
They can be found in deny.toml under `advisories.ignore`.

There is space for futher improvements on our current defaults, again,
not tackled in this PR.
Deniallugo
Deniallugo previously approved these changes Aug 27, 2024
deny.toml Show resolved Hide resolved
deny.toml Show resolved Hide resolved
popzxc
popzxc previously approved these changes Aug 28, 2024
The plan (& hope) is to have renovate bot to deal with the upgrades in
the near future.
yorik
yorik previously approved these changes Aug 29, 2024
yorik-ml
yorik-ml previously approved these changes Aug 29, 2024
@EmilLuta EmilLuta added this pull request to the merge queue Aug 29, 2024
Merged via the queue into main with commit 180f787 Aug 29, 2024
29 checks passed
@EmilLuta EmilLuta deleted the evl-unpin-cargo-deny branch August 29, 2024 11:12
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.

6 participants