summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Mueller <muellerd@meta.com>2023-03-16 11:58:35 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-03-16 11:58:35 -0700
commit4883fda20c150f64ca97ec76d999eb1da39661f2 (patch)
tree34477666cb93b7bc2725e089bd41d4c198b69222
parentaa72d3a09d1dcc04a47e64a4d6bc880c386c9a27 (diff)
Update libbpf-rs and libbpf-cargo to 0.20.0
Summary: This change updates libbpf-rs and libbpf-cargo to version 0.20.0. Reviewed By: edward-shen Differential Revision: D44099313 fbshipit-source-id: 59cb6fb6618c36e336cf4f6d525105837ab3694c
-rw-r--r--below/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 1d0c16de..92537f0b 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -30,7 +30,7 @@ cursive = { version = "0.20.0", features = ["crossterm-backend"], default-featur
dump = { package = "below-dump", version = "0.6.3", path = "dump" }
futures = { version = "0.3.22", features = ["async-await", "compat"] }
indicatif = { version = "0.17.1", features = ["improved_unicode", "rayon", "tokio"] }
-libbpf-rs = "0.19.1"
+libbpf-rs = "0.20.0"
libc = "0.2.139"
model = { package = "below-model", version = "0.6.3", path = "model" }
once_cell = "1.12"
@@ -52,7 +52,7 @@ maplit = "1.0"
portpicker = "0.1.1"
[build-dependencies]
-libbpf-cargo = "0.13.1"
+libbpf-cargo = "0.20.0"
[features]
enable_backtrace = []