From 315e248d63b35209b04c1e9fb983b890d77bd90d Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sun, 12 Feb 2017 16:22:58 +0100 Subject: [PATCH] feat(all): Update env_logger --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d116870..f23b048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ time = "^0.1" uuid = { version = "^0.3", features = ["v4"] } [dev-dependencies] -env_logger = "^0.3" +env_logger = "^0.4" [features] unstable = []