diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2018-09-30 15:12:56 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2018-10-06 12:22:15 +0200 |
commit | f65824db222239eb036a04602b77efe77a98d56b (patch) | |
tree | a73ce8d484a5a54216734cc298d9b7145cd744b8 | |
parent | de4df95e0449ba75f3d5d4ac4f8511346600e512 (diff) |
Update dependency: prettytable: 0.6 -> 0.8
-rw-r--r-- | bin/domain/imag-habit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-habit/Cargo.toml b/bin/domain/imag-habit/Cargo.toml index b7f1b5d..7aee14a 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" } |