Skip to content

Commit

Permalink
use datafusion crypto_expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Aug 7, 2024
1 parent f16f3db commit 01180d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 01180d3

Please sign in to comment.