From 453c330ab31c37c08ef85041546735c48d4080d2 Mon Sep 17 00:00:00 2001 From: Dmitry Patsura Date: Wed, 13 Aug 2025 17:43:25 +0200 Subject: [PATCH] chore(cubetore): Allow to disable inplace constant evaluation --- rust/cubestore/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/cubestore/Cargo.lock b/rust/cubestore/Cargo.lock index e277b366773e5..6bb0ab21a3da3 100644 --- a/rust/cubestore/Cargo.lock +++ b/rust/cubestore/Cargo.lock @@ -1367,7 +1367,7 @@ checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" [[package]] name = "datafusion" version = "4.0.0-SNAPSHOT" -source = "git+https://github.com/cube-js/arrow-datafusion?branch=cube#8d4663ba60e4370a953b62a302221c46eca39e5c" +source = "git+https://github.com/cube-js/arrow-datafusion?branch=cube#00eb928a70c29ba45525cd5e566fd7e95192928e" dependencies = [ "ahash", "arrow", @@ -5520,8 +5520,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.8.4", + "cfg-if 1.0.0", + "rand 0.6.5", "static_assertions", ]