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]