diff --git a/Cargo.lock b/Cargo.lock index 79dea1e93ec54485b8f573fde3eae475ccec9c6f..d967d57e59bc9300cdfefe49eaa8a6d21be87b49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,21 +2,16 @@ name = "git-series" version = "0.8.10" dependencies = [ - "ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "colorparse 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "colorparse 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "isatty 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "ansi_term" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" - [[package]] name = "ansi_term" version = "0.9.0" @@ -66,10 +61,10 @@ dependencies = [ [[package]] name = "colorparse" -version = "1.1.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index ca9c6b09d98c9b29c6dc07526132acfffc2f1e97..c15b6dcd7e80106db47814bc2ca0108404185a66 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ repository = "https://github.com/git-series/git-series" description = "Track patch series in git" [dependencies] -ansi_term = "0.8.0" +ansi_term = "0.9.0" chrono = "0.2.22" clap = "2.7.0" -colorparse = "1.1" +colorparse = "2.0" git2 = "0.4.4" isatty = "0.1.1" quick-error = "1.0"