Skip to content

Commit d7d2edb

Browse files
Update Rust crate csv to 1.3
1 parent 83db8e8 commit d7d2edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/rusqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bitflags = "1.0"
4747
lru-cache = "0.1"
4848
chrono = { version = "0.4", optional = true }
4949
serde_json = { version = "1.0", optional = true }
50-
csv = { version = "1.0", optional = true }
50+
csv = { version = "1.3", optional = true }
5151
lazy_static = { version = "1.0", optional = true }
5252
byteorder = { version = "1.2", features = ["i128"], optional = true }
5353

0 commit comments

Comments
 (0)