From 034088bb2e4c9900757d6f8fbce1b571ac347095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:29:30 +0000 Subject: [PATCH 1/2] Update Rust crate daachorse to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca823e27c0f..21b9b192711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ cudarc = { version = "0.19.0", features = [ "cuda-12050", ] } custom-labels = "0.4.4" -daachorse = "1.0.0" +daachorse = "2.0.0" dashmap = "6.1.0" datafusion = { version = "53", default-features = false, features = ["sql"] } datafusion-catalog = { version = "53" } From c114f59bb6af27868574023a400a63dcf7c154a2 Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Tue, 28 Apr 2026 13:48:44 +0100 Subject: [PATCH 2/2] Update Cargo.toml Signed-off-by: Robert Kruszewski --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 21b9b192711..bab0f88d6fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,6 @@ cudarc = { version = "0.19.0", features = [ "cuda-12050", ] } custom-labels = "0.4.4" -daachorse = "2.0.0" dashmap = "6.1.0" datafusion = { version = "53", default-features = false, features = ["sql"] } datafusion-catalog = { version = "53" }