diff --git a/Cargo.toml b/Cargo.toml index 375a4efac551..811ce0b388aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,4 +93,4 @@ arrow-select = { version = "53.3.0", path = "./arrow-select" } arrow-string = { version = "53.3.0", path = "./arrow-string" } parquet = { version = "53.3.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"] }