Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

fix(ci/deny): fix cargo deny#3238

Merged
theochap merged 1 commit intomainfrom
theo/cargo-deny
Jan 12, 2026
Merged

fix(ci/deny): fix cargo deny#3238
theochap merged 1 commit intomainfrom
theo/cargo-deny

Conversation

@theochap
Copy link
Member

@theochap theochap commented Jan 9, 2026

Description

Fixes cargo deny checks in CI

@theochap theochap requested a review from BioMark3r as a code owner January 9, 2026 19:19
Copilot AI review requested due to automatic review settings January 9, 2026 19:19
@wiz-b4c72f16a4
Copy link

wiz-b4c72f16a4 bot commented Jan 9, 2026

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities 4 Low
Data Finding Sensitive Data -
Secret Finding Secrets -
IaC Misconfiguration IaC Misconfigurations -
SAST Finding SAST Findings -
Software Supply Chain Finding Software Supply Chain Findings -
Total 4 Low

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses cargo deny CI failures by adding an ignored advisory for the unmaintained bincode crate and updating dependency versions in the lockfile.

  • Added RUSTSEC-2025-0141 to the ignored advisories list with documentation explaining bincode is unmaintained but functional
  • Updated dependency versions in Cargo.lock to resolve security issues

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
deny.toml Added RUSTSEC-2025-0141 to ignored advisories with explanatory comment about bincode being unmaintained
Cargo.lock Updated various dependency versions including downgrades (windows-sys, itertools) and upgrades (rkyv, ruint) to resolve security advisories

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@op-will op-will left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.9%. Comparing base (2845953) to head (9b3ec12).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (2845953) and HEAD (9b3ec12). Click for more details.

HEAD has 22 uploads less than BASE
Flag BASE (2845953) HEAD (9b3ec12)
unit 2 1
proof 11 0
e2e 10 0

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@theochap theochap added this pull request to the merge queue Jan 12, 2026
Merged via the queue into main with commit 7b08a97 Jan 12, 2026
37 of 38 checks passed
@theochap theochap deleted the theo/cargo-deny branch January 12, 2026 16:13
theochap added a commit to ethereum-optimism/optimism that referenced this pull request Jan 15, 2026
## Description

Fixes cargo deny checks in CI
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants