summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-01-02 19:23:38 -0500
committerGitHub <noreply@github.com>2017-01-02 19:23:38 -0500
commit98d0cce3453f79480dbd80933c7b008c6b9aac33 (patch)
tree65cde69716e5703abb4baf468d6ec8a4567c64d8 /Cargo.toml
parentdc9e91c4fe6fb8384a95e756fc7acbc0868f21a5 (diff)
Bump csv for the latest version
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 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 }