From ef10fa512ab253ca86cbb9f8f95731b64aadf323 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 24 Sep 2019 10:01:57 +1000 Subject: [PATCH] use specific log version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 936ed7fa..dc150c6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ ] [dependencies] -log = { version = "0.4", features = ["std"] } +log = { version = "0.4.8", features = ["std"] } regex = { version = "1.0.3", optional = true } termcolor = { version = "1.0.2", optional = true } humantime = { version = "1.3", optional = true }