diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index cedd48e4d313..babe35a2cf33 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -58,7 +58,7 @@ lazy_static = { version = "1.4", default-features = false } lz4 = { version = "1.23", default-features = false, optional = true } packed_simd = { version = "0.3", default-features = false, optional = true, package = "packed_simd_2" } chrono = { version = "0.4", default-features = false, features = ["clock"] } -chrono-tz = { version = "0.6", default-features = false, optional = true } +chrono-tz = { version = "0.8", default-features = false, optional = true } flatbuffers = { version = "2.1.2", default-features = false, features = ["thiserror"], optional = true } comfy-table = { version = "6.0", optional = true, default-features = false } pyo3 = { version = "0.17", default-features = false, optional = true }