diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index 0717d9f3c692..287a68c65347 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -58,7 +58,7 @@ prqlc-parser = { path = "../prqlc-parser", version = "0.13.12" } anstream = { version = "1.0.0", features = ["auto"] } ariadne = "0.5.1" -chrono = "0.4.44" +chrono = "0.4" csv = "1.4.0" enum-as-inner = { workspace = true } itertools = { workspace = true }