diff --git a/Cargo.lock b/Cargo.lock index 8caa36c..6c9dd34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,9 +440,8 @@ dependencies = [ [[package]] name = "simplelog" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0" +version = "0.10.2" +source = "git+https://github.com/mrkline/simplelog.rs?rev=523355a2d12b0a9c052f4d9ce2e8a26ad00cf719#523355a2d12b0a9c052f4d9ce2e8a26ad00cf719" dependencies = [ "chrono", "log", diff --git a/logsetup/Cargo.toml b/logsetup/Cargo.toml index 82260f4..986bdcf 100644 --- a/logsetup/Cargo.toml +++ b/logsetup/Cargo.toml @@ -12,5 +12,6 @@ atty = "0.2" structopt = "0.3.8" [dependencies.simplelog] -version = "0.10" +git = "https://github.com/mrkline/simplelog.rs" +rev = "523355a2d12b0a9c052f4d9ce2e8a26ad00cf719" features = ["test", "termcolor"]