summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-06 19:59:45 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-06 20:26:02 +0100
commitdb73302550e279ae9a5d0396c2d0f4d5481f4c2f (patch)
treef2a4afb96b06c1ccbeb26afd9fb9da452b8c3318 /Cargo.lock
parent72f72540056cfd7c6979af96249ee27147d5df1d (diff)
prettytable-rs: 0.4.0 -> 0.5.1
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3bd8502f..8f051926 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -11,7 +11,7 @@ dependencies = [
"itertools 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"open 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "prettytable-rs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "prettytable-rs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -167,7 +167,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "prettytable-rs"
-version = "0.4.0"
+version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"term 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",