diff --git a/Cargo.toml b/Cargo.toml index bc1e4625a048..16bdc70c5b01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rust-version = "1.64" arrow = { version = "38.0.0", features = ["prettyprint"] } arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"] } arrow-buffer = { version = "38.0.0", default-features = false } -arrow-schema = { version = "38.0.0", default-features = false } +arrow-schema = { version = "39.0.0", default-features = false } arrow-array = { version = "38.0.0", default-features = false, features = ["chrono-tz"] } parquet = { version = "38.0.0", features = ["arrow", "async", "object_store"] }