From b29f8cc0f08db700f86fc847485718c4a29409fb Mon Sep 17 00:00:00 2001 From: dowwie Date: Mon, 8 Jul 2019 14:51:54 -0400 Subject: [PATCH] updated log dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9bde7a72..08501b837 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ web = ["actix/http", "actix-service", "actix-utils", "actix-web", "actix-session [dependencies] actix = "0.8.3" -log = "0.4" +log = "0.4.6" backoff = "0.1.5" derive_more = "0.15.0" futures = "0.1.28"