summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeneratedunixname89002005287564 <generatedunixname89002005287564@meta.com>2024-01-04 09:13:31 -0800
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-01-04 09:13:31 -0800
commit46b2db4ac8f94e1b3e2ffaed34347dd227d3622d (patch)
treec4f71aa6894fbfd54057ec46e0b648c988630462
parentc573cbf0689a1ca62bb80aa0046b3cc95b8c5b9e (diff)
Reviewed By: dtolnay
Differential Revision: D52537459 fbshipit-source-id: 5125980696493b9b411e792fa6bdfd78c2472afd
-rw-r--r--below/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index 9d3fb5af..99259f69 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -28,7 +28,6 @@ common = { package = "below-common", version = "0.7.1", path = "common" }
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" }
-futures = { version = "0.3.28", features = ["async-await", "compat"] }
indicatif = { version = "0.17.6", features = ["improved_unicode", "rayon", "tokio"] }
libbpf-rs = "0.22"
libc = "0.2.139"