Update to colorparse 2.0.0 and ansi_term 0.9.0

Josh Triplett created

Change summary

Cargo.lock | 13 ++++---------
Cargo.toml |  4 ++--
2 files changed, 6 insertions(+), 11 deletions(-)

Detailed changes

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)",
 ]
 

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"