diff --git a/Cargo.toml b/Cargo.toml index 8d95bb2..9740ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ futures = "0.3" hyper = "1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] } tower = { version = "0.5", default-features = false, features = ["util", "make"] } -tower-http = { version = "0.5", features = ["util", "map-response-body"] } +tower-http = { version = "0.6", features = ["util", "map-response-body"] } tower-layer = "0.3" tower-service = "0.3" tokio = { version = "1", features = ["full"] }