chore(tvix/castore): drop unused indicatif dependency

Change-Id: I9fbd32596fbffe09a590a50044a4f1d074a424c3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11794
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
Florian Klink 2024-06-13 00:16:47 +03:00 committed by clbot
parent ddd88a589b
commit 99df0e73f4
3 changed files with 0 additions and 6 deletions

1
tvix/Cargo.lock generated
View file

@ -4150,7 +4150,6 @@ dependencies = [
"fuse-backend-rs",
"futures",
"hex-literal",
"indicatif",
"lazy_static",
"libc",
"object_store",

View file

@ -13061,10 +13061,6 @@ rec {
name = "futures";
packageId = "futures";
}
{
name = "indicatif";
packageId = "indicatif";
}
{
name = "lazy_static";
packageId = "lazy_static";

View file

@ -14,7 +14,6 @@ data-encoding = "2.3.3"
digest = "0.10.7"
fastcdc = { version = "3.1.0", features = ["tokio"] }
futures = "0.3.30"
indicatif = "0.17.8"
lazy_static = "1.4.0"
object_store = { version = "0.9.1", features = ["http"] }
parking_lot = "0.12.1"