diff --git a/src/udf/Cargo.toml b/src/udf/Cargo.toml index cf75500437768..2bdf12d44cfda 100644 --- a/src/udf/Cargo.toml +++ b/src/udf/Cargo.toml @@ -15,7 +15,7 @@ arrow-array = { workspace = true } arrow-flight = { workspace = true } arrow-schema = { workspace = true } arrow-select = { workspace = true } -cfg-or-panic = "0.1.1" +cfg-or-panic = "0.1" futures-util = "0.3.28" static_assertions = "1" thiserror = "1"