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"