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

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


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

commit ed0dcb54969e2b98d0a34fa03e4198b6ab36a0fc
Author: Xuanwo <[email protected]>
AuthorDate: Thu Feb 27 19:04:04 2025 +0800

    Use chrono >= 0.4.34, < 0.4.40 to avoid breaking (#7210)
    
    Signed-off-by: Xuanwo <[email protected]>
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index f44cb503c7..f018a1f111 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,4 +93,4 @@ arrow-select = { version = "54.2.0", path = "./arrow-select" }
 arrow-string = { version = "54.2.0", path = "./arrow-string" }
 parquet = { version = "54.2.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