From 6ea67cbf52791467cfa61e85c277544270a2b9ce Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 04:31:33 +0000 Subject: [PATCH] Update Rust crate daft to 0.1.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 873dbb6..b9f965c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,9 +316,9 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "daft" -version = "0.1.5" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a26f1f0a7934549bf8d8448d9da072c31f14e1e407b6cbacfdc07b3777988e" +checksum = "49921a57f45e3bf2cc8a0c4e3a10aa342b95a481d7dd89d844c1225496957296" dependencies = [ "paste", ] diff --git a/Cargo.toml b/Cargo.toml index 94c56af..d8b3849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ allocator-api2 = { version = "0.2.21", default-features = false, features = ["al bumpalo = { version = "3.19.0", features = ["allocator-api2", "collections"] } camino = "1.2.4" criterion = "0.7.0" -daft = { version = "0.1.5", default-features = false } +daft = { version = "0.1.7", default-features = false } equivalent = "1.0.2" expectorate = "1.2.0" foldhash = "0.2.0"