Skip to content

chore: move dependencies used by a single crate to said crate (#1729) - #1731

Open
Molter73 wants to merge 1 commit into
release-0.3from
mauro/chore/move-deps-0.3
Open

chore: move dependencies used by a single crate to said crate (#1729)#1731
Molter73 wants to merge 1 commit into
release-0.3from
mauro/chore/move-deps-0.3

Conversation

@Molter73

@Molter73 Molter73 commented Sep 10, 2026

Copy link
Copy Markdown
Member

Description

After an automated update of bindgen broke our build due to a dependency conflict, I did some digging and turns out that was solved by simply moving the bindgen dependency to fact-ebpf which is the only crate that needs it. In order to reduce the chances of this kind of breakage from happening, we are moving all dependencies that are needed by a single crate to said crate.

Checklist

  • Patch has a change log entry OR does not need one.
  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

Testing Performed

CI is enough

After an automated update of bindgen broke our build due to a dependency
conflict, I did some digging and turns out that was solved by simply
moving the bindgen dependency to fact-ebpf which is the only crate that
needs it. In order to reduce the chances of this kind of breakage from
happening, we are moving all dependencies that are needed by a single
crate to said crate.
@Molter73
Molter73 requested review from a team and rhacs-bot as code owners September 10, 2026 13:39

@ovalenti ovalenti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The backport differences look correct.

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