diff --git a/Cargo.toml b/Cargo.toml index f32478970d2b..b7ccb34f392f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ arrow = { version = "43.0.0", features = ["prettyprint", "dyn_cmp_dict"] } arrow-array = { version = "43.0.0", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "43.0.0", default-features = false } arrow-flight = { version = "43.0.0", features = ["flight-sql-experimental"] } -arrow-schema = { version = "43.0.0", default-features = false } +arrow-schema = { version = "46.0.0", default-features = false } parquet = { version = "43.0.0", features = ["arrow", "async", "object_store"] } sqlparser = { version = "0.36.1", features = ["visitor"] }