1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Description: accept newer minor version of crate tower-http
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-09-24
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -52,7 +52,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
|