summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2014-12-02 00:18:43 -0500
committerAndrew Gallant <jamslam@gmail.com>2014-12-02 00:18:43 -0500
commit50c1d959051292b0c4f10278dd70dbe98b20f0cd (patch)
tree4878c823045e0aabeb1a4a04f59cd06e6f12d571
parent6646370e2fb9129da3033320f4ddf281d55eb600 (diff)
Live on the edge for now.
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml8
2 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0d7a778..b40d41f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,8 +3,8 @@ name = "xsv"
version = "0.4.10"
dependencies = [
"csv 0.7.0 (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)",
+ "docopt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quickcheck 0.1.3 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -16,12 +16,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "docopt"
-version = "0.6.8"
+version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "quickcheck"
-version = "0.1.2"
+version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -34,6 +34,6 @@ name = "tabwriter"
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)",
+ "docopt 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
]
diff --git a/Cargo.toml b/Cargo.toml
index 5c9beab..e30f5b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,10 +19,10 @@ opt-level = 2
[dependencies]
csv = "0.*"
-streaming-stats = "0.1.*"
-tabwriter = "0.1.*"
-docopt = "0.6.*"
-quickcheck = "0.1.*"
+streaming-stats = "0.*"
+tabwriter = "0.*"
+docopt = "0.*"
+quickcheck = "0.*"
# [dependencies.csv]
# path = "/home/andrew/data/projects/rust/csv"