diff --git a/Cargo.lock b/Cargo.lock index 63fa5a1..ff2fded 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "colored" -version = "1.9.3" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" +checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" dependencies = [ "atty", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 4034a6f..a7cfa04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" build = "build.rs" [dependencies] -colored = "1.9" +colored = "2.0" indicatif = "0.15" statistical = "1.0" atty = "0.2"