We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83db8e8 commit d7d2edbCopy full SHA for d7d2edb
native/src/rusqlite/Cargo.toml
@@ -47,7 +47,7 @@ bitflags = "1.0"
47
lru-cache = "0.1"
48
chrono = { version = "0.4", optional = true }
49
serde_json = { version = "1.0", optional = true }
50
-csv = { version = "1.0", optional = true }
+csv = { version = "1.3", optional = true }
51
lazy_static = { version = "1.0", optional = true }
52
byteorder = { version = "1.2", features = ["i128"], optional = true }
53
0 commit comments