diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml index 6170db85dc66..57b86c1924f0 100644 --- a/arrow-array/Cargo.toml +++ b/arrow-array/Cargo.toml @@ -45,7 +45,7 @@ arrow-buffer = { workspace = true } arrow-schema = { workspace = true } arrow-data = { workspace = true } chrono = { workspace = true } -chrono-tz = { version = "0.9", optional = true } +chrono-tz = { version = "0.10", optional = true } num = { version = "0.4.1", default-features = false, features = ["std"] } half = { version = "2.1", default-features = false, features = ["num-traits"] } hashbrown = { version = "0.14.2", default-features = false }