From 9822fa387ae8d8053eaba1b30c3fc5870ba701b8 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 17 Jan 2023 13:31:31 +0100 Subject: feat(tvix/derivation): more checks for output hashes and encoding Change-Id: Idebad60c3bf9daf94d04a36bb73ac0dd767f9e79 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7856 Reviewed-by: tazjin Tested-by: BuildkiteCI --- tvix/derivation/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/derivation/Cargo.toml') diff --git a/tvix/derivation/Cargo.toml b/tvix/derivation/Cargo.toml index 12afcf92c1e8..ff54a0848abe 100644 --- a/tvix/derivation/Cargo.toml +++ b/tvix/derivation/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.68" +data-encoding = "2.3.3" glob = "0.3.0" serde = { version = "1.0", features = ["derive"] } sha2 = "0.10.6" -- cgit 1.4.1