diff options
Diffstat (limited to 'tvix/store/Cargo.toml')
-rw-r--r-- | tvix/store/Cargo.toml | 2 |
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" |