diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml old mode 100755 new mode 100644 index 7d0ebfa5..2e895197 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -71,7 +71,7 @@ tokio-util = "0.7" tracing = { version = "0.1.30", default-features = false, features = ["log"] } # uri -http = { version = "0.2.3", optional = true } +http = { version = "1.0.0", optional = true } # openssl tls-openssl = { package = "openssl", version = "0.10.55", optional = true }