diff --git a/Cargo.toml b/Cargo.toml index e87466e99..6156fee2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ percent-encoding = "2.3" tokio = { version = "1.0", default-features = false, features = ["net", "time"] } tower = { version = "0.5.2", default-features = false, features = ["retry", "timeout", "util"] } tower-service = "0.3" -tower-http = { version = "0.6.8", default-features = false, features = ["follow-redirect"] } +tower-http = { version = "0.7", default-features = false, features = ["follow-redirect"] } pin-project-lite = "0.2.11" # Optional deps...