From 26a72a38e40942e21a57061237f85694a017e67f Mon Sep 17 00:00:00 2001 From: Jefffrey <22608443+Jefffrey@users.noreply.github.com> Date: Wed, 6 Dec 2023 22:10:01 +1100 Subject: [PATCH] Revert change --- arrow-csv/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/arrow-csv/Cargo.toml b/arrow-csv/Cargo.toml index d4b0ef08807a..d29c85c56cfd 100644 --- a/arrow-csv/Cargo.toml +++ b/arrow-csv/Cargo.toml @@ -45,7 +45,6 @@ csv-core = { version = "0.1" } lazy_static = { version = "1.4", default-features = false } lexical-core = { version = "^0.8", default-features = false } regex = { version = "1.7.0", default-features = false, features = ["std", "unicode", "perf"] } -cocoon = "0.3.3" [dev-dependencies] tempfile = "3.3"