diff --git a/Cargo.lock b/Cargo.lock index cbd51cf6..12048bf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1274,9 +1274,9 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959" +checksum = "8baa24de25f3092d9697c76f94cf09f67fca13db2ea11ce80c2f055c1aaf0795" dependencies = [ "chrono", "log", diff --git a/Cargo.toml b/Cargo.toml index a9736a6a..d5da0839 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ bytesize = { version = "1.0", default-features = false} itertools = "0.10" rayon-core = "1.9" log = "0.4" -simplelog = { version = "0.10", default-features = false } +simplelog = { version = "0.11", default-features = false } dirs-next = "2.0" crossbeam-channel = "0.5" scopeguard = "1.1"