File: 1001_tower-http.patch

package info (click to toggle)
rust-axum-server 0.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 320 kB
  • sloc: makefile: 11; sh: 1
file content (14 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (3)
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