From 87167f6581523b37513a2df48ff35e3076da5f2a Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 12 Apr 2019 12:33:11 -0700 Subject: [PATCH] update actix-connect --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index b1aefdb1d..f0ff2058f 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -46,7 +46,7 @@ secure-cookies = ["ring"] [dependencies] actix-service = "0.3.6" actix-codec = "0.1.2" -actix-connect = "0.1.3" +actix-connect = "0.1.4" actix-utils = "0.3.5" actix-server-config = "0.1.0" actix-threadpool = "0.1.0"