summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <phsym@users.noreply.github.com>2017-01-03 09:32:25 +0100
committerGitHub <noreply@github.com>2017-01-03 09:32:25 +0100
commitf5546db48499c7f8dd737f880f042d56a970a768 (patch)
tree65cde69716e5703abb4baf468d6ec8a4567c64d8
parentdc9e91c4fe6fb8384a95e756fc7acbc0868f21a5 (diff)
parent98d0cce3453f79480dbd80933c7b008c6b9aac33 (diff)
Merge pull request #44 from alex/patch-1
Bump csv for the latest version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 186d496..6e4db79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,4 +27,4 @@ term = "^0.4"
lazy_static = "^0.2"
atty = "^0.2"
encode_unicode = "^0.2"
-csv = { version = "^0.14", optional = true }
+csv = { version = "^0.15", optional = true }