Upgrade to csv 1.0

This commit is contained in:
gwenn
2018-05-13 12:21:58 +02:00
parent 6cbeb6ef59
commit 33b1b19d92
2 changed files with 31 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ bitflags = "1.0"
lru-cache = "0.1"
chrono = { version = "0.4", optional = true }
serde_json = { version = "1.0", optional = true }
csv = { version = "0.15", optional = true }
csv = { version = "1.0", optional = true }
[dev-dependencies]
tempdir = "0.3"