Pin chrono version

This commit is contained in:
Ryan Green
2025-02-26 11:31:29 -03:30
parent 93e03ec702
commit 3c74bf5c7a
2 changed files with 2 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ env_logger = "0.10"
pyo3 = { version = "0.20", features = ["extension-module", "abi3-py38"] }
pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] }
base64ct = "=1.6.0" # workaround for https://github.com/RustCrypto/formats/issues/1684
chrono = "=0.4.39"
# Prevent dynamic linking of lzma, which comes from datafusion
lzma-sys = { version = "*", features = ["static"] }