Skip to content

Commit 1fab479

Browse files
Drop unused csv dependency
1 parent 37b8031 commit 1fab479

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ calamine = "0.22.0"
2828
cast = "0.3"
2929
cc = "1.0"
3030
chrono = "0.4.22"
31-
csv = "1.1"
3231
doc-comment = "0.3"
3332
fallible-iterator = "0.3"
3433
fallible-streaming-iterator = "0.1"

crates/duckdb/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ libduckdb-sys = { workspace = true }
4545
hashlink = { workspace = true }
4646
chrono = { workspace = true, optional = true }
4747
serde_json = { workspace = true, optional = true }
48-
csv = { workspace = true, optional = true }
4948
url = { workspace = true, optional = true }
5049
fallible-iterator = { workspace = true }
5150
fallible-streaming-iterator = { workspace = true }

0 commit comments

Comments
 (0)