bump: tower-http

This commit is contained in:
2026-07-07 17:11:54 -04:00
parent 3083fb7a0d
commit de873fbcf1
2 changed files with 4 additions and 3 deletions
Generated
+3 -2
View File
@@ -2202,13 +2202,14 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.6.10"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51"
checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
dependencies = [
"bitflags",
"bytes",
"http",
"percent-encoding",
"pin-project-lite",
"tower-layer",
"tower-service",