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/store/Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tvix/store') diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml index 3097d3c368da..81f9d7e75b48 100644 --- a/tvix/store/Cargo.toml +++ b/tvix/store/Cargo.toml @@ -14,7 +14,6 @@ lazy_static = "1.4.0" nix-compat = { path = "../nix-compat" } parking_lot = "0.12.1" prost = "0.11.2" -rayon = "1.6.1" sha2 = "0.10.6" sled = { version = "0.34.7", features = ["compression"] } thiserror = "1.0.38" @@ -28,11 +27,8 @@ tokio-util = { version = "0.7.8", features = ["io", "io-util"] } tower = "0.4.13" futures = "0.3.28" bytes = "1.4.0" -smol_str = "0.2.0" -serde_json = "1.0" url = "2.4.0" pin-project-lite = "0.2.13" -const-zero = "0.1.1" [dependencies.fuse-backend-rs] optional = true -- cgit 1.4.1