@@ -217,18 +217,18 @@ anyerror = { version = "=0.1.13" }
217217anyhow = { version = " 1.0.65" }
218218apache-avro = { version = " 0.17.0" , features = [" snappy" , " zstandard" , " xz" , " snappy" , " bzip" ] }
219219approx = " 0.5.1"
220- arrow = { version = " 55 " }
221- arrow-array = { version = " 55 " }
222- arrow-buffer = { version = " 55 " }
223- arrow-cast = { version = " 55 " , features = [" prettyprint" ] }
224- arrow-csv = { version = " 55 " }
225- arrow-data = { version = " 55 " }
226- arrow-flight = { version = " 55 " , features = [" flight-sql-experimental" , " tls" ] }
227- arrow-ipc = { version = " 55 " , features = [" lz4" , " zstd" ] }
228- arrow-json = { version = " 55 " }
229- arrow-ord = { version = " 55 " }
230- arrow-schema = { version = " 55 " , features = [" serde" ] }
231- arrow-select = { version = " 55 " }
220+ arrow = { version = " 56 " }
221+ arrow-array = { version = " 56 " }
222+ arrow-buffer = { version = " 56 " }
223+ arrow-cast = { version = " 56 " , features = [" prettyprint" ] }
224+ arrow-csv = { version = " 56 " }
225+ arrow-data = { version = " 56 " }
226+ arrow-flight = { version = " 56 " , features = [" flight-sql-experimental" , " tls-ring " ] }
227+ arrow-ipc = { version = " 56 " , features = [" lz4" , " zstd" ] }
228+ arrow-json = { version = " 56 " }
229+ arrow-ord = { version = " 56 " }
230+ arrow-schema = { version = " 56 " , features = [" serde" ] }
231+ arrow-select = { version = " 56 " }
232232arrow-udf-runtime = { version = " 0.8.0" , default-features = false , features = [" javascript" , " wasm" ] }
233233async-backtrace = " 0.2"
234234async-channel = " 2.3.1"
@@ -330,13 +330,13 @@ hyper-util = { version = "0.1.9", features = ["client", "client-legacy", "tokio"
330330lru = " 0.12"
331331
332332# # in branch dev
333- iceberg = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 1dace26ea25a9b9e2066367cbd3b7badc75dd7f9 " , features = [
333+ iceberg = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 32b1403 " , features = [
334334 " storage-all" ,
335335] }
336- iceberg-catalog-glue = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 1dace26ea25a9b9e2066367cbd3b7badc75dd7f9 " }
337- iceberg-catalog-hms = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 1dace26ea25a9b9e2066367cbd3b7badc75dd7f9 " }
338- iceberg-catalog-rest = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 1dace26ea25a9b9e2066367cbd3b7badc75dd7f9 " }
339- iceberg-catalog-s3tables = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 1dace26ea25a9b9e2066367cbd3b7badc75dd7f9 " }
336+ iceberg-catalog-glue = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 32b1403 " }
337+ iceberg-catalog-hms = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 32b1403 " }
338+ iceberg-catalog-rest = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 32b1403 " }
339+ iceberg-catalog-s3tables = { version = " 0.4.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 32b1403 " }
340340
341341# Explicitly specify compatible AWS SDK versions
342342aws-config = " 1.5.18"
@@ -415,7 +415,7 @@ ordered-float = { version = "5.1.0", default-features = false }
415415ordq = " 0.2.0"
416416p256 = " 0.13"
417417parking_lot = " 0.12.1"
418- parquet = { version = " 55 " , features = [" async" ] }
418+ parquet = { version = " 56 " , features = [" async" ] }
419419passwords = { version = " 3.1.16" }
420420paste = " 1.0.15"
421421percent-encoding = " 2.3.1"
@@ -518,9 +518,12 @@ tokio = { version = "1.35.0", features = ["full"] }
518518tokio-stream = { version = " 0.1.11" , features = [" net" ] }
519519tokio-util = { version = " 0.7.13" }
520520toml = { version = " 0.8" , features = [" parse" ] }
521- tonic = { version = " 0.12.3" , features = [" transport" , " codegen" , " prost" , " tls-roots" , " tls" ] }
522- tonic-build = { version = " 0.12.3" }
523- tonic-reflection = { version = " 0.12.3" }
521+ # tonic = { version = "0.12.3", features = ["transport", "codegen", "prost", "tls-roots", "tls"] }
522+ tonic = { version = " 0.13" , features = [" transport" , " codegen" , " tls-native-roots" ] }
523+ tonic-build = { version = " 0.13" }
524+ # tonic-prost = { version = "0.13" }
525+ tonic-prost-build = { version = " 0.13" }
526+ tonic-reflection = { version = " 0.13" }
524527tower = { version = " 0.5.1" , features = [" util" ] }
525528tower-service = " 0.3.3"
526529twox-hash = " 1.6.3"
@@ -643,15 +646,16 @@ overflow-checks = true
643646rpath = true
644647
645648[patch .crates-io ]
646- arrow-udf-runtime = { git = " https://github.com/datafuse-extras/arrow-udf.git" , rev = " a442343 " }
649+ arrow-udf-runtime = { git = " https://github.com/datafuse-extras/arrow-udf.git" , rev = " 2480dccf1 " }
647650async-backtrace = { git = " https://github.com/datafuse-extras/async-backtrace.git" , rev = " dea4553" }
648651async-recursion = { git = " https://github.com/datafuse-extras/async-recursion.git" , rev = " a353334" }
649652backtrace = { git = " https://github.com/rust-lang/backtrace-rs.git" , rev = " 72265be" }
650653color-eyre = { git = " https://github.com/eyre-rs/eyre.git" , rev = " e5d92c3" }
651654deltalake = { git = " https://github.com/delta-io/delta-rs" , rev = " 9954bff" }
652655map-api = { git = " https://github.com/databendlabs/map-api" , tag = " v0.4.2" }
653656openraft = { git = " https://github.com/databendlabs/openraft" , tag = " v0.10.0-alpha.11" }
654- orc-rust = { git = " https://github.com/datafuse-extras/orc-rust" , rev = " d82aa6d" }
657+ orc-rust = { git = " https://github.com/datafuse-extras/orc-rust" , rev = " fc812ad7010" }
658+
655659recursive = { git = " https://github.com/datafuse-extras/recursive.git" , rev = " 16e433a" }
656660sled = { git = " https://github.com/datafuse-extras/sled" , tag = " v0.34.7-datafuse.1" }
657661state-machine-api = { git = " https://github.com/databendlabs/state-machine-api.git" , tag = " v0.3.4" }
0 commit comments