From 440c7ccb6d3888a636a938011019574c1dd4d424 Mon Sep 17 00:00:00 2001 From: Trevor Hilton Date: Wed, 10 Apr 2024 09:17:36 -0400 Subject: [PATCH] chore: remove unused hex dep in arrow-json --- arrow-json/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/arrow-json/Cargo.toml b/arrow-json/Cargo.toml index f6d808f8f9ec..dd232f197ead 100644 --- a/arrow-json/Cargo.toml +++ b/arrow-json/Cargo.toml @@ -56,7 +56,6 @@ tokio = { version = "1.27", default-features = false, features = ["io-util"] } bytes = "1.4" criterion = { version = "0.5", default-features = false } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] } -hex = "0.4.3" [[bench]] name = "serde"