From f65824db222239eb036a04602b77efe77a98d56b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:12:56 +0200 Subject: [PATCH] Update dependency: prettytable: 0.6 -> 0.8 --- bin/domain/imag-habit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index b7f1b5d7..7aee14ae 100644 --- a/bin/domain/imag-habit/Cargo.toml +++ b/bin/domain/imag-habit/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4" toml = "0.4" toml-query = "0.7" kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" } -prettytable-rs = "0.6" +prettytable-rs = "0.8" libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" } libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }