summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-01-07 04:31:30 +0900
committerHomu <homu@barosl.com>2016-01-07 04:31:30 +0900
commit502ba8b7fcec46a1e36f509ba3558fd686f32b35 (patch)
tree2710f4ee042c1423fd6ce68b3d3085fb166745ea /Cargo.toml
parent0bc567d09bf33aa335ac432da996369542f73490 (diff)
parentdb73302550e279ae9a5d0396c2d0f4d5481f4c2f (diff)
Auto merge of #68 - matthiasbeyer:update-prettytable, r=matthiasbeyer
prettytable-rs: 0.4.0 -> 0.5.1 Update dependency.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbf95c3c..1f08dcd2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ serde_json = "0.6.0"
clap = { version = "1.4.5", features = ["yaml"] }
term_grid = "0.1.2"
-prettytable-rs = "0.4.0"
+prettytable-rs = "0.5.1"
open = "1.1.0"
itertools = "0.4.5"
hoedown = "3.0.3"