fix(deps): remove vulnerable thrift dependency (#3926)

This commit is contained in:
Zhengchao An
2026-06-27 00:16:51 +08:00
committed by GitHub
parent c0ddc14bb8
commit 840d21d201
4 changed files with 93 additions and 217 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ crossbeam-queue = "0.3.12"
crossbeam-channel = "0.5.15"
crossbeam-deque = "0.8.6"
crossbeam-utils = "0.8.21"
datafusion = "54.0.0"
datafusion = { git = "https://github.com/apache/datafusion.git", rev = "dae03ee062b2abf986de8df12ea82fb1578a2d99" }
derive_builder = "0.20.2"
enumset = "1.1.13"
faster-hex = "0.10.0"