From 1c3bc5951f72740765bbd23cae8ea9110f72e88e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:04:51 +0200 Subject: [PATCH] Update dependency: ansi_term: 0.10 -> 0.11 --- lib/core/libimagerror/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/libimagerror/Cargo.toml b/lib/core/libimagerror/Cargo.toml index fe4550ac..914bf598 100644 --- a/lib/core/libimagerror/Cargo.toml +++ b/lib/core/libimagerror/Cargo.toml @@ -21,5 +21,5 @@ maintenance = { status = "actively-developed" } [dependencies] log = "0.4" -ansi_term = "0.10" +ansi_term = "0.11" error-chain = "0.12"