From 08e520b7ccdf39bed2e7ecef6bc0cbb16b01455f Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 6 Jun 2024 12:58:18 +0300 Subject: fix(tvix/glue): drop tracing-indicatif from deps We don't use this in tvix-glue currently. A previous version of cl/11747 did, and I forgot to remove it afterwards. Change-Id: I6191ffc60450f3e79f22a3aca55246e3956ee9cc Reviewed-on: https://cl.tvl.fyi/c/depot/+/11756 Tested-by: BuildkiteCI Reviewed-by: flokli Reviewed-by: Simon Hauser Autosubmit: flokli --- tvix/glue/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/glue') diff --git a/tvix/glue/Cargo.toml b/tvix/glue/Cargo.toml index e51f8ade895a..0afdefeaaa0e 100644 --- a/tvix/glue/Cargo.toml +++ b/tvix/glue/Cargo.toml @@ -26,7 +26,6 @@ serde = "1.0.195" serde_json = "1.0" sha2 = "0.10.8" sha1 = "0.10.6" -tracing-indicatif = "0.3.6" md-5 = "0.10.6" url = "2.4.0" walkdir = "2.4.0" -- cgit 1.4.1