summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmerson Ford <emersonford@meta.com>2023-05-01 12:08:50 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2023-05-01 12:08:50 -0700
commit6dc81fee7e312d300b549cbf6e793a311e33b612 (patch)
treed43a1693009b9139754838a4f4b7b782c81a7aeb
parent895770a8136e21cadd7847f9fb7c615069cd79b8 (diff)
update indicatif and tracing-indicatif crates
Summary: title Reviewed By: zertosh Differential Revision: D45420299 fbshipit-source-id: 12a9fce5493c1d99fef9c6aa1bd38b0af4f46ac7
-rw-r--r--below/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/below/Cargo.toml b/below/Cargo.toml
index a826b7d4..6753af77 100644
--- a/below/Cargo.toml
+++ b/below/Cargo.toml
@@ -29,7 +29,7 @@ config = { package = "below-config", version = "0.6.3", path = "config" }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
dump = { package = "below-dump", version = "0.6.3", path = "dump" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
-indicatif = { version = "0.17.1", features = ["improved_unicode", "rayon", "tokio"] }
+indicatif = { version = "0.17.3", features = ["improved_unicode", "rayon", "tokio"] }
libbpf-rs = "0.20.1"
libc = "0.2.139"
model = { package = "below-model", version = "0.6.3", path = "model" }