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/nix-compat/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'tvix/nix-compat/Cargo.toml') diff --git a/tvix/nix-compat/Cargo.toml b/tvix/nix-compat/Cargo.toml index 47bbeb2517..89aae3d4fa 100644 --- a/tvix/nix-compat/Cargo.toml +++ b/tvix/nix-compat/Cargo.toml @@ -6,10 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.68" bstr = { version = "1.6.0", features = ["alloc", "unicode", "serde"] } data-encoding = "2.3.3" -glob = "0.3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.6" -- cgit 1.4.1