summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-11-26 22:05:53 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-11-26 22:05:53 -0500
commit21bc8016f3c0bbe3dd645decae37f58ca1b5fbbb (patch)
tree4dd7911c6aeb1f0d7a968badc385e7a538465dc9
parent9969a68779ac196f09d6a72911105060e9cb3d0d (diff)
dep update
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 060d047..7eb2731 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,12 +1,12 @@
[root]
name = "xsv"
-version = "0.4.5"
+version = "0.4.6"
dependencies = [
"csv 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
"quickcheck 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"streaming-stats 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "tabwriter 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tabwriter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -31,7 +31,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "tabwriter"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"docopt 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",