From 930edb69d7447f0cbe9149d01dcf9fa8443518c8 Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 10 Oct 2023 22:06:45 +0000 Subject: fix(tvix/castore): use bstr for formatting names in errors Much friendlier than either Base64 or raw byte slices. Change-Id: I9b4cdd57c83ddc76c0be8103da4320207657a72b Reviewed-on: https://cl.tvl.fyi/c/depot/+/9622 Reviewed-by: flokli Tested-by: BuildkiteCI --- tvix/castore/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tvix/castore/Cargo.toml') diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml index 4dab3bfa4469..69da905a8777 100644 --- a/tvix/castore/Cargo.toml +++ b/tvix/castore/Cargo.toml @@ -22,6 +22,7 @@ tower = "0.4.13" tracing = "0.1.37" url = "2.4.0" walkdir = "2.4.0" +bstr = "1.6.0" [dependencies.tonic-reflection] optional = true -- cgit 1.4.1