diff --git a/Cargo.toml b/Cargo.toml index 48e555bd5527..9038baf8425f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ arrow-string = { version = "50.0.0", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4" -chrono = { version = "0.4.34", default-features = false } +chrono = { version = "=0.4.34", default-features = false } ctor = "0.2.0" dashmap = "5.4.0" datafusion = { path = "datafusion/core", version = "36.0.0", default-features = false }