From 979c4d44f4626e4346714753106d2e94c9b845d1 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 13 Aug 2019 12:41:26 -0700 Subject: [PATCH] update awc dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e4d6fde..7c630cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ actix-http = "0.2.9" actix-server = "0.6.0" actix-server-config = "0.1.2" actix-threadpool = "0.1.1" -awc = { version = "0.2.2", optional = true } +awc = { version = "0.2.4", optional = true } bytes = "0.4" derive_more = "0.15.0"