File: 1001_tower-http.patch

package info (click to toggle)
rust-axum-server 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 320 kB
  • sloc: makefile: 11; sh: 1
file content (13 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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