Skip to content

chore(deps): Bump libbpf-rs from 0.21.2 to 0.26.1#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/libbpf-rs-0.26.1
Open

chore(deps): Bump libbpf-rs from 0.21.2 to 0.26.1#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/libbpf-rs-0.26.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps libbpf-rs from 0.21.2 to 0.26.1.

Release notes

Sourced from libbpf-rs's releases.

v0.26.1

What's Changed

libbpf-rs

  • Added MapCore::query_fdinfo for querying map fdinfo
  • Added ProgramType::Netfilter variant
  • Adjusted Program::attach_uprobe_multi_with_opts to work with empty func_pattern

libbpf-cargo

  • Added SkeletonBuilder::reference_obj for enabling generate skeleton to reference an object file instead of embedding it

New Contributors

Full Changelog: libbpf/libbpf-rs@v0.26.0...v0.26.1

v0.26.0

What's Changed

libbpf-rs

  • Added Link::info method for retrieving LinkInfo
  • Extended LinkTypeInfo::PerfEvent variant to contain newly added PerfEventLinkInfo object
  • Added Linker::add_buf method for adding in-memory ELF files to the set of objects to link
  • Added Program::attach_iter_with_opts for attaching to iterators with additional options
  • Added Program::attach_uprobe_multi & Program::attach_uprobe_multi_opts to enable attachments of multi uprobes at once
  • Added Program::{stdout,stderr} for accessing BPF stdout and stderr streams
  • Added OpenProgram::autoload getter
  • Added OpenMap::autocreate and Map::autocreate getters
  • Added MapCore::lookup_into for looking up values into preallocated buffers
  • Added verified_insns attribute to query::ProgramInfo type
  • Made query::ProgramInfo non-exhaustive
  • Added ObjectBuilder::btf_custom_path setter

libbpf-cargo

  • Fixed Rust type generation for trailing bitfields in composite C types
  • Fixed handling of XxxSkelBuilder::obj_builder customizations when using open() constructor
  • Allowlisted libbpf-sys 1.6.3

New Contributors

Full Changelog: libbpf/libbpf-rs@v0.26.0-beta.1...v0.26.0

v0.26.0-beta.1

What's Changed

libbpf-cargo

  • Allowlisted libbpf-sys 1.6.1

... (truncated)

Commits
  • 10f6726 Release 0.26.1
  • bf617f6 Add CHANGELOG entry for #1349
  • 87256a5 chore: add missing ProgramType netfilter variant
  • db40f2f build(deps): bump serial_test from 3.3.1 to 3.4.0
  • 4a94617 Add CHANGELOG entry for #1345
  • d4b39f1 Fix attach_uprobe_multi_with_opts opts
  • 5453917 build(deps): bump anyhow from 1.0.101 to 1.0.102
  • e3d2305 build(deps): bump clap from 4.5.59 to 4.5.60
  • b687050 Add CHANGELOG entry for #1336
  • 814b3ef build(deps): bump ctrlc from 3.5.1 to 3.5.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [libbpf-rs](https://github.com/libbpf/libbpf-rs) from 0.21.2 to 0.26.1.
- [Release notes](https://github.com/libbpf/libbpf-rs/releases)
- [Commits](libbpf/libbpf-rs@v0.21.2...v0.26.1)

---
updated-dependencies:
- dependency-name: libbpf-rs
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants