diff --git a/Cargo.lock b/Cargo.lock index 4866117c59..1f772ac7dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3731,7 +3731,6 @@ name = "schema" version = "0.1.0" dependencies = [ "arrow", - "arrow_util", "hashbrown", "indexmap", "itertools", diff --git a/schema/Cargo.toml b/schema/Cargo.toml index a0ddb8eba2..263eeb766d 100644 --- a/schema/Cargo.toml +++ b/schema/Cargo.toml @@ -11,6 +11,3 @@ hashbrown = "0.11" indexmap = "1.7" itertools = "0.10.1" snafu = "0.6" - -[dev-dependencies] -arrow_util = { path = "../arrow_util" }