From 35b18b2fdb986aabc1ca22a48c203e2358b1b23e Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 27 Dec 2022 17:41:31 +0100 Subject: chore(tvix/store): use lazy_static and dummy digests While there's currently nothing in here checking the size of the digest, we should use something that passes the to-be-introduced validate() function. Change-Id: I0c515d9e3afc79292dedebce659a32485aa3d936 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7649 Reviewed-by: tazjin Tested-by: BuildkiteCI --- tvix/Cargo.lock | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 21d16b5a8616..7ca7b330cb5c 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -2067,6 +2067,7 @@ name = "tvix-store" version = "0.1.0" dependencies = [ "blake3", + "lazy_static", "prost", "prost-build", "tonic", -- cgit 1.4.1