Description: accept newer branch of crate tower-http
Last-Update: 2025-08-04
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@
 hyper = { version = "1.4", features = ["full"] }
 tokio = { version = "1", features = ["full"] }
 tower = { version = "0.5", features = ["util"] }
-tower-http = { version = "0.5", features = ["add-extension"] }
+tower-http = { version = ">= 0.5, <= 0.6", features = ["add-extension"] }
 
 [package.metadata.docs.rs]
 all-features = true
