This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch 53.0.0_maintenance
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/53.0.0_maintenance by this 
push:
     new 7defb2824a fix: Use chrono >= 0.4.34, < 0.4.40 to avoid breaking 
(#7233)
7defb2824a is described below

commit 7defb2824aafc18d8e267f8c13e3856f42e76d47
Author: Emil Ernerfeldt <[email protected]>
AuthorDate: Tue Mar 4 18:42:34 2025 +0100

    fix: Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (#7233)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 7ee13974a7..f65ec6d84f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,4 +93,4 @@ arrow-select = { version = "53.4.0", path = "./arrow-select" }
 arrow-string = { version = "53.4.0", path = "./arrow-string" }
 parquet = { version = "53.4.0", path = "./parquet", default-features = false }
 
-chrono = { version = "0.4.34", default-features = false, features = ["clock"] }
+chrono = { version = ">= 0.4.34, < 0.4.40", default-features = false, features 
= ["clock"] }

Reply via email to