From 80a02f96ce10487a8886ebc00b38cb72b671c0ca Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 22 Sep 2023 13:03:30 +0300 Subject: chore(tvix/castore): remove dependency on anyhow We don't use this here, except in a test, where we don't really use it either. Change-Id: Ia6c45fccf663fe328942b1e1a2cd1c3a1b7f9ae5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9376 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/castore/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/castore/Cargo.toml') diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 8bef5bb147..5ad61d08b1 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.68" async-stream = "0.3.5" blake3 = { version = "1.3.1", features = ["rayon", "std"] } bytes = "1.4.0" -- cgit 1.4.1