chore(tvix/[ca]store): bump hyper-util to 0.1.7
Change-Id: Ia5eaf7f4614701ad4dd06114476a73e1a041d830 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12383 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
b2b38f23d0
commit
b6dd9d2d5b
4 changed files with 11 additions and 11 deletions
|
@ -5658,9 +5658,9 @@ rec {
|
|||
};
|
||||
"hyper-util" = rec {
|
||||
crateName = "hyper-util";
|
||||
version = "0.1.6";
|
||||
version = "0.1.7";
|
||||
edition = "2021";
|
||||
sha256 = "0mm9biwckhwqz23s5dp02410aw7sw2ibg167jzwv8kzf957jzf9s";
|
||||
sha256 = "1fg9h591skksq5zxnffyisj7487jhdcgj6c7bvlkckn535bhbryd";
|
||||
libName = "hyper_util";
|
||||
authors = [
|
||||
"Sean McArthur <sean@seanmonstar.com>"
|
||||
|
@ -6105,7 +6105,7 @@ rec {
|
|||
"default" = [ "use_std" ];
|
||||
"use_std" = [ "use_alloc" "either/use_std" ];
|
||||
};
|
||||
resolvedDefaultFeatures = [ "default" "use_alloc" "use_std" ];
|
||||
resolvedDefaultFeatures = [ "use_alloc" ];
|
||||
};
|
||||
"itertools 0.12.0" = rec {
|
||||
crateName = "itertools";
|
||||
|
@ -9438,7 +9438,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "itertools";
|
||||
packageId = "itertools 0.11.0";
|
||||
packageId = "itertools 0.12.0";
|
||||
usesDefaultFeatures = false;
|
||||
features = [ "use_alloc" ];
|
||||
}
|
||||
|
@ -9558,7 +9558,7 @@ rec {
|
|||
}
|
||||
{
|
||||
name = "itertools";
|
||||
packageId = "itertools 0.11.0";
|
||||
packageId = "itertools 0.12.0";
|
||||
}
|
||||
{
|
||||
name = "proc-macro2";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue