From 0d6b3457413ce8707df279c5703ed879851e9e23 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 30 Sep 2018 15:13:33 +0200 Subject: [PATCH] Update dependency: prettytable: 0.6 -> 0.8 --- bin/domain/imag-timetrack/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/domain/imag-timetrack/Cargo.toml b/bin/domain/imag-timetrack/Cargo.toml index 328a038d..f19fec86 100644 --- a/bin/domain/imag-timetrack/Cargo.toml +++ b/bin/domain/imag-timetrack/Cargo.toml @@ -26,7 +26,7 @@ log = "0.4.0" chrono = "0.4" filters = "0.3" itertools = "0.7" -prettytable-rs = "0.6" +prettytable-rs = "0.8" kairos = { git = "https://github.com/matthiasbeyer/kairos", branch = "master" } libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }