build(deps): bump aya-ebpf from 0.1.1 to 0.2.1 in /crates/modules/fast-path/bpf#69
Conversation
Bumps [aya-ebpf](https://github.com/aya-rs/aya) from 0.1.1 to 0.2.1. - [Release notes](https://github.com/aya-rs/aya/releases) - [Changelog](https://github.com/aya-rs/aya/blob/main/RELEASE.md) - [Commits](aya-rs/aya@aya-ebpf-v0.1.1...aya-ebpf-v0.2.1) --- updated-dependencies: - dependency-name: aya-ebpf dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bf60fea851
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| [dependencies] | ||
| aya-ebpf = "=0.1.1" | ||
| aya-ebpf = "=0.2.1" |
There was a problem hiding this comment.
Update helper imports for aya-ebpf 0.2.1
With this version selected, the fast-path BPF sources still import aya_ebpf::helpers::gen in bpf/src/main.rs and bpf/src/finalize.rs, but aya-ebpf 0.2.x renamed that helper module to generated while re-exporting the helper functions at helpers::*. In CI, where PACKETFRAME_BPF_REQUIRED=1, the nested BPF build will fail before producing the ELF; migrate those imports along with the dependency bump.
Useful? React with 👍 / 👎.
Bumps aya-ebpf from 0.1.1 to 0.2.1.
Release notes
Sourced from aya-ebpf's releases.
... (truncated)
Commits
773ca71chore(public-api): Bless484486fchore(aya-ebpf): Prepare release 0.2.1b58fbd7aya-ebpf: keep verifier-safe intrinsics231e54fbuild: add Bazel build and test graphbeac677chore: Fix typos302985cRelease aya v0.14.0, aya-build v0.2.0, aya-ebpf-cty v0.3.0, aya-ebpf-bindings...269dfafchore: Release aya-obj v0.3.0168f9c3chore(public-api): Regenerate64928ddfix(integration-test): Appease Clippy'sfuture_not_sendlintbf18994fix(aya/test_helpers): PreventNetNsGuardfrom crossing threadsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)