From daa7074fb50497f4c3b9af7ca604a15993dfd20a Mon Sep 17 00:00:00 2001 From: Otavio Pace Date: Sat, 12 Dec 2020 16:13:59 -0300 Subject: [PATCH] deps: update simple-logger to 1.11.0 With the older version 1.6.0, the SimpleLogger structure was private for some reason, so this project wouldn't compile. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e487b7b..7bda5f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,5 +26,5 @@ sysinfo = { version = "0.14.5", optional = true } rand = "0.7.3" rand_xorshift = "0.2.0" futures = "0.3.5" -simple_logger = "1.6.0" +simple_logger = "1.11.0" ctor = "0.1.16"