refactor(tvix): condense long bytestrings

Change-Id: I3bea0827ec2c8db835334ce378a7bf3a39e9b1a3
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9849
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
edef 2023-10-27 01:12:26 +00:00
parent 55c37a2871
commit 6a0a75c8e1
11 changed files with 66 additions and 92 deletions

View file

@ -2935,6 +2935,16 @@ rec {
};
resolvedDefaultFeatures = [ "default" ];
};
"hex-literal" = rec {
crateName = "hex-literal";
version = "0.4.1";
edition = "2021";
sha256 = "0iny5inkixsdr41pm2vkqh3fl66752z5j5c0cdxw16yl9ryjdqkg";
authors = [
"RustCrypto Developers"
];
};
"http" = rec {
crateName = "http";
version = "0.2.9";
@ -4241,6 +4251,10 @@ rec {
usesDefaultFeatures = false;
features = [ "executor" ];
}
{
name = "hex-literal";
packageId = "hex-literal";
}
{
name = "lazy_static";
packageId = "lazy_static";
@ -8677,6 +8691,10 @@ rec {
}
];
devDependencies = [
{
name = "hex-literal";
packageId = "hex-literal";
}
{
name = "tempfile";
packageId = "tempfile";