about summary refs log tree commit diff
path: root/tvix/store
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-08-28T16·34+0200
committerclbot <clbot@tvl.fyi>2024-08-28T20·15+0000
commitb6dd9d2d5bffe89f51e98c86a3db5b05e7ce8b64 (patch)
tree1c09186606227e90c3072207f4808ce33befced6 /tvix/store
parentb2b38f23d08b4040168e6b8a022408c636bb2326 (diff)
chore(tvix/[ca]store): bump hyper-util to 0.1.7 r/8607
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
Diffstat (limited to 'tvix/store')
-rw-r--r--tvix/store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/Cargo.toml b/tvix/store/Cargo.toml
index 7df14ce89597..b542a7030244 100644
--- a/tvix/store/Cargo.toml
+++ b/tvix/store/Cargo.toml
@@ -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"