summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Mueller <muellerd@meta.com>2024-01-30 13:34:35 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-01-30 13:34:35 -0800
commita6d5f017fc1c6b75b8820525a2a8b920cd6967c1 (patch)
tree8746f03d74269313aab0f262e6f0c909bb09ea56
parent56d06f48ba845fb3672aae75967709c6081601b0 (diff)
Update libbpf-sys to 1.3.0+v1.3.0
Summary: Update libbpf-sys to version 1.3.0+v1.3.0. This release includes libbpf in version v1.3.0, which is what we were waiting on. Because this release contains some incompatibilities, we also have to update libbpf-rs to the most recent snapshot. A new libbpf-rs release will come once sufficient features have accumulated. Reviewed By: shayne-fletcher Differential Revision: D53102023 fbshipit-source-id: 47b74d38b04237d4d5ba1f93fe19e83b9d2b6125
-rw-r--r--below/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 99259f69..b0eff5fb 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -29,7 +29,7 @@ config = { package = "below-config", version = "0.7.1", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
dump = { package = "below-dump", version = "0.7.1", path = "dump" }
indicatif = { version = "0.17.6", features = ["improved_unicode", "rayon", "tokio"] }
-libbpf-rs = "0.22"
+libbpf-rs = { version = "0.22", git = "https://github.com/libbpf/libbpf-rs.git", rev = "291c6a4e0368c2f472078a8b8443fae427168179", default-features = false }
libc = "0.2.139"
model = { package = "below-model", version = "0.7.1", path = "model" }
once_cell = "1.12"