From 9d2c3ba38d02680be901c2d741bc5e0d5c3c748f Mon Sep 17 00:00:00 2001 From: Vyquos <75266055+Vyquos@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:58:23 +0000 Subject: [PATCH] fix: Remove parquet encryption feature from root deps This fix relates to issue #16650 by completing #16649 . --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07cce25a86a87..b52c215a75efb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,6 @@ parquet = { version = "56.1.0", default-features = false, features = [ "arrow", "async", "object_store", - "encryption", ] } pbjson = { version = "0.7.0" } pbjson-types = "0.7"