From 7c9a52e3ee99ad14b453a1929c2a5a3a53d51505 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 22 Sep 2023 12:59:15 +0300 Subject: chore(tvix): remove some unused crate dependencies Change-Id: I31b0e7be3a2ebc268c6f4045ba282e8fb1c72a64 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9375 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: Connor Brewster --- tvix/cli/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'tvix/cli') diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index a73d9be2393c..cb795976a971 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -13,11 +13,8 @@ tvix-store = { path = "../store", features = []} tvix-eval = { path = "../eval" } bytes = "1.4.0" clap = { version = "4.0", features = ["derive", "env"] } -data-encoding = "2.3.3" dirs = "4.0.0" rustyline = "10.0.0" -smol_str = "0.2.0" -ssri = "7.0.0" thiserror = "1.0.38" tracing = "0.1.37" tokio = "1.28.0" -- cgit 1.4.1