We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0ef02 commit 9ad93e9Copy full SHA for 9ad93e9
arrow-array/Cargo.toml
@@ -45,7 +45,7 @@ arrow-buffer = { workspace = true }
45
arrow-schema = { workspace = true }
46
arrow-data = { workspace = true }
47
chrono = { workspace = true }
48
-chrono-tz = { version = "0.8", optional = true }
+chrono-tz = { version = "0.9", optional = true }
49
num = { version = "0.4.1", default-features = false, features = ["std"] }
50
half = { version = "2.1", default-features = false, features = ["num-traits"] }
51
hashbrown = { version = "0.14", default-features = false }
0 commit comments