Skip to content

Commit

Permalink
chore(tvix/[ca]store): bump hyper-util to 0.1.7
Browse files Browse the repository at this point in the history
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
  • Loading branch information
flokli authored and clbot committed Aug 28, 2024
1 parent c620362 commit f7bcd9e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down Expand Up @@ -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";
Expand Down Expand Up @@ -9438,7 +9438,7 @@ rec {
}
{
name = "itertools";
packageId = "itertools 0.11.0";
packageId = "itertools 0.12.0";
usesDefaultFeatures = false;
features = [ "use_alloc" ];
}
Expand Down Expand Up @@ -9558,7 +9558,7 @@ rec {
}
{
name = "itertools";
packageId = "itertools 0.11.0";
packageId = "itertools 0.12.0";
}
{
name = "proc-macro2";
Expand Down
2 changes: 1 addition & 1 deletion castore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_qs = "0.12.0"
petgraph = "0.6.4"
erased-serde = "0.4.5"
serde_tagged = "0.3.0"
hyper-util = "0.1.6"
hyper-util = "0.1.7"
redb = "2.1.1"

[dependencies.bigtable_rs]
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ parking_lot = "0.12.2"
tvix-tracing = { path = "../tracing", features = ["tonic", "reqwest"] }
tracing = "0.1.40"
tracing-indicatif = "0.3.6"
hyper-util = "0.1.6"
hyper-util = "0.1.7"
toml = { version = "0.8.15", optional = true }
tonic-health = { version = "0.12.1", default-features = false }
redb = "2.1.1"
Expand Down

0 comments on commit f7bcd9e

Please sign in to comment.