From 7fd6436c98e8e468aa1bd031f499f1a59dff8c70 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sat, 15 Apr 2023 12:21:13 -0400 Subject: [PATCH] Increase minimum chrono version to 0.4.24 --- arrow-array/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml index 1b417bb0e858..634a0aa647fb 100644 --- a/arrow-array/Cargo.toml +++ b/arrow-array/Cargo.toml @@ -44,7 +44,7 @@ ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] arrow-buffer = { workspace = true } arrow-schema = { workspace = true } arrow-data = { workspace = true } -chrono = { version = "0.4.23", default-features = false, features = ["clock"] } +chrono = { version = "0.4.24", default-features = false, features = ["clock"] } chrono-tz = { version = "0.8", optional = true } num = { version = "0.4", default-features = false, features = ["std"] } half = { version = "2.1", default-features = false, features = ["num-traits"] }