File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,12 @@ byteorder = "1"
142142bytes = " 1.6"
143143cam-geom = { version = " 0.15" , features = [" serde-serialize" ] }
144144camino = " 1.1.9"
145- chrono = { version = " 0.4.38" , features = [" serde" ] }
145+ # chrono 0.4.40 introduced Datelike::quarter which conflicts with arrow-arith
146+ # 53.4.0, specifically its ChronoDateExt::quarter. Here we pin chrono to prevent
147+ # updating to chrono 0.4.40. We can remove this pin when
148+ # https://github.com/apache/arrow-rs/pull/7198 is available. (Theoretically,
149+ # Cargo.lock is the preferred way to pin, but that carries other problems.)
150+ chrono = { version = " 0.4,<0.4.40" , features = [" serde" ] }
146151clap = { version = " 4.4.3" , features = [" derive" , " env" , " string" ] }
147152configure = " 0.1.1"
148153cookie = " 0.18.0"
You can’t perform that action at this time.
0 commit comments