From 2e202d8bd7772d42fbefcdfb526e59683f21111a Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 06:55:39 +0000 Subject: [PATCH] Update Rust crate daft to 0.1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f214984..d490a5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ unexpected_cfgs = { level = "warn", check-cfg = ["cfg(doc_cfg)"] } allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc"] } bumpalo = { version = "3.19.0", features = ["allocator-api2", "collections"] } criterion = "0.7.0" -daft = { version = "0.1.3", default-features = false } +daft = { version = "0.1.5", default-features = false } equivalent = "1.0.2" expectorate = "1.2.0" foldhash = "0.2.0"