Enable fs feature on tower-http

This commit is contained in:
2026-06-30 21:10:29 -04:00
parent 9de0b13ee8
commit c9b7bbfece
2 changed files with 11 additions and 1 deletions

10
Cargo.lock generated
View File

@@ -4191,9 +4191,19 @@ checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-body-util",
"http-range-header",
"httpdate",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
]