From 01180d3d1515aabe54e58e46d21bb9bda0fed089 Mon Sep 17 00:00:00 2001 From: Jan Kaul Date: Wed, 7 Aug 2024 19:05:57 +0200 Subject: [PATCH] use datafusion crypto_expressions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6bd0668..689cf813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ datafusion-sql = "40.0.0" datafusion-expr = "40.0.0" datafusion-common = "40.0.0" datafusion-execution = "40.0.0" -datafusion-functions = { version = "40.0.0", features = ["sha2", "md-5"] } +datafusion-functions = { version = "40.0.0", features = ["crypto_expressions"] } datafusion-functions-aggregate = "40.0.0" datafusion-functions-array = "40.0.0" parquet = { version = "52.1.0", features = ["async", "object_store"] }