From 40cedcd36ce6c629a31649d552c710fe5be647d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:42:12 +0000 Subject: [PATCH] Update Rust crate `tower` to 0.5.0 --- apps/hash-graph/libs/api/Cargo.toml | 2 +- libs/@local/harpc/tower/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/hash-graph/libs/api/Cargo.toml b/apps/hash-graph/libs/api/Cargo.toml index 3799754ae21..cf34a1e0003 100644 --- a/apps/hash-graph/libs/api/Cargo.toml +++ b/apps/hash-graph/libs/api/Cargo.toml @@ -49,7 +49,7 @@ time = { workspace = true } tokio = { workspace = true, features = ["macros"], optional = true } tokio-postgres = { version = "0.7.10", default-features = false, optional = true } tokio-util = { workspace = true, features = ["io"], optional = true } -tower = "0.4.13" +tower = "0.5.0" tower-http = { version = "0.5.2", features = ["trace"] } tracing = { workspace = true } tracing-opentelemetry = "0.24.0" diff --git a/libs/@local/harpc/tower/Cargo.toml b/libs/@local/harpc/tower/Cargo.toml index b8db2b997ab..db0c94d31f2 100644 --- a/libs/@local/harpc/tower/Cargo.toml +++ b/libs/@local/harpc/tower/Cargo.toml @@ -19,7 +19,7 @@ pin-project = "1.1.5" pin-project-lite = "0.2.14" thiserror = "1.0.61" tokio = { workspace = true, features = ["time"] } -tower = { version = "0.4.13", features = ["util"] } +tower = { version = "0.5.0", features = ["util"] } [dev-dependencies] tokio-util = { workspace = true, features = ["time"] }