From 8b7d5489a3605e7dfd1c9b320d389e93be1c8d29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:03:37 +0000 Subject: [PATCH] build(deps): bump libbpf-rs from 0.26.2 to 0.27.0 Bumps [libbpf-rs](https://github.com/libbpf/libbpf-rs) from 0.26.2 to 0.27.0. - [Release notes](https://github.com/libbpf/libbpf-rs/releases) - [Commits](https://github.com/libbpf/libbpf-rs/compare/v0.26.2...v0.27.0) --- updated-dependencies: - dependency-name: libbpf-rs dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- dev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12087967..95f8ccf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1400,9 +1400,9 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libbpf-rs" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd8e8db46a2d5967b5b3dba7aba32a875dc38f222395040607045635ec1f9b63" +checksum = "2e69ad90c37d14f657291712f297a1460a1d1b647da45e0e372996b807c38f02" dependencies = [ "bitflags 2.13.0", "libbpf-sys", diff --git a/dev/Cargo.toml b/dev/Cargo.toml index 4ad10895..6fcc43e2 100644 --- a/dev/Cargo.toml +++ b/dev/Cargo.toml @@ -56,7 +56,7 @@ criterion = {version = "0.8", default-features = false, features = ["rayon", "ca libc = "0.2" [target.'cfg(target_os = "linux")'.dependencies] -libbpf-rs = "0.26" +libbpf-rs = "0.27" # `perf-event` doesn't build on 32 bit. [target.'cfg(all(target_os = "linux", target_pointer_width = "64"))'.dependencies]