diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 79d7117b4..290a8fbae 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -49,7 +49,7 @@ secure-cookies = ["ring"] [dependencies] actix-service = "0.4.1" actix-codec = "0.1.2" -actix-connect = "0.2.2" +actix-connect = "0.2.4" actix-utils = "0.4.4" actix-server-config = "0.1.2" actix-threadpool = "0.1.1"