about summary refs log tree commit diff
path: root/tvix/Cargo.lock
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-09-22T10·03+0300
committerclbot <clbot@tvl.fyi>2023-09-22T12·51+0000
commit80a02f96ce10487a8886ebc00b38cb72b671c0ca (patch)
treea78bad33f4b997699c177f8e1bdd39f8cfae46e0 /tvix/Cargo.lock
parent32f41458c0a0f62bf906021ef096c465ccc45581 (diff)
chore(tvix/castore): remove dependency on anyhow r/6630
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 <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/Cargo.lock')
-rw-r--r--tvix/Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock
index 174c68d4d2..a241307a7d 100644
--- a/tvix/Cargo.lock
+++ b/tvix/Cargo.lock
@@ -2734,7 +2734,6 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
 name = "tvix-castore"
 version = "0.1.0"
 dependencies = [
- "anyhow",
  "async-stream",
  "blake3",
  "bytes",