bump: tower-http
textsender_api PR / Rustfmt (pull_request) Successful in 57s
textsender_api PR / Clippy (pull_request) Successful in 1m43s
textsender_api PR / Check (pull_request) Successful in 2m12s

This commit is contained in:
2026-07-04 18:27:24 -04:00
parent 97ba96ea12
commit f70510e506
2 changed files with 20 additions and 4 deletions
Generated
+19 -3
View File
@@ -2149,7 +2149,7 @@ dependencies = [
"tokio-rustls",
"tokio-util",
"tower",
"tower-http",
"tower-http 0.6.11",
"tower-service",
"url",
"wasm-bindgen",
@@ -3143,7 +3143,7 @@ dependencies = [
"time",
"tokio",
"tower",
"tower-http",
"tower-http 0.7.0",
"tracing-subscriber",
"url",
"utoipa",
@@ -3345,13 +3345,29 @@ dependencies = [
"http",
"http-body",
"pin-project-lite",
"tokio",
"tower",
"tower-layer",
"tower-service",
"url",
]
[[package]]
name = "tower-http"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
dependencies = [
"bitflags",
"bytes",
"http",
"http-body",
"percent-encoding",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.3"