@@ -218,6 +218,7 @@ brotli = { version = "3.3", features = ["std"] }
218218bstr = " 1"
219219buf-list = " 1.0.3"
220220bumpalo = " 3.12.0"
221+ byte-unit = " 5.1.6"
221222bytemuck = { version = " 1" , features = [" derive" , " extern_crate_alloc" , " must_cast" , " transparentwrapper_extra" ] }
222223byteorder = " 1.5.0"
223224bytes = " 1.5.0"
@@ -256,11 +257,14 @@ enum_dispatch = "0.3.13"
256257enumflags2 = { version = " 0.7.7" , features = [" serde" ] }
257258ethnum = { version = " 1.5.2" , features = [" serde" , " macros" ] }
258259faststr = " 0.2"
260+ feature-set = { version = " 0.1.1" }
259261feistel-permutation-rs = " 0.1.1"
260262flatbuffers = " 25" # Must use the same version with arrow-ipc
261263foreign_vec = " 0.1.0"
262264form_urlencoded = { version = " 1" }
265+ fs_extra = " 1.3.0"
263266futures = " 0.3.24"
267+ futures-async-stream = { version = " 0.2.7" }
264268futures-util = " 0.3.24"
265269geo = { version = " 0.32.0" , features = [" use-serde" ] }
266270geohash = " 0.13.1"
@@ -277,6 +281,7 @@ headers = "0.4.0"
277281hex = " 0.4.3"
278282hickory-resolver = " 0.25"
279283hive_metastore = " 0.2.0"
284+ hostname = " 0.3.1"
280285http = " 1"
281286humantime = " 2.1.0"
282287hyper = " 1"
@@ -292,10 +297,20 @@ iceberg-catalog-hms = { version = "0.8.0", git = "https://github.com/databendlab
292297iceberg-catalog-rest = { version = " 0.8.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 6ccaa60e" }
293298iceberg-catalog-s3tables = { version = " 0.8.0" , git = " https://github.com/databendlabs/iceberg-rust" , rev = " 6ccaa60e" }
294299
300+ # Explicitly specify compatible AWS SDK versions
301+ aws-config = " 1.5.18"
302+ aws-smithy-http = " 0.61.1"
303+ aws-smithy-runtime = " 1.7.8"
304+ aws-smithy-runtime-api = " 1.7.3"
305+ aws-smithy-types = " 1.2.13"
306+
295307indexmap = " 2.0.0"
308+ indicatif = " 0.17.5"
296309itertools = " 0.13.0"
297310jaq-core = " 2.2.1"
311+ jaq-interpret = " 1.5.0"
298312jaq-json = { version = " 1.1.3" , features = [" serde_json" ] }
313+ jaq-parse = " 1.0.3"
299314jaq-std = " 2.1.2"
300315jiff = { version = " 0.2.16" , features = [" serde" , " tzdb-bundle-always" ] }
301316jsonb = " 0.5.5"
@@ -402,6 +417,7 @@ rustix = { version = "0.38.37", features = ["fs"] }
402417rustls = { version = " 0.23.27" , features = [" ring" , " tls12" ], default-features = false }
403418rustls-pemfile = " 2"
404419rustls-pki-types = " 1"
420+ rustyline = " 14"
405421scroll = " 0.12.0"
406422self_cell = " 1.2.0"
407423semver = " 1.0.14"
@@ -429,6 +445,7 @@ snailquote = "0.3.1"
429445snap = " 1"
430446socket2 = " 0.5.3"
431447sqlx = { version = " 0.8" , features = [" mysql" , " runtime-tokio" ] }
448+ stacker = " 0.1"
432449state = " 0.6.0"
433450strength_reduce = " 0.2.4"
434451stringslice = " 0.2.0"
@@ -457,6 +474,7 @@ tokio-util = { version = "0.7.13" }
457474toml = { version = " 0.8" , features = [" parse" ] }
458475tonic = { version = " 0.13" , features = [" transport" , " codegen" , " tls-native-roots" ] }
459476tonic-build = { version = " 0.13" }
477+ tonic-reflection = { version = " 0.13" }
460478tower = { version = " 0.5.1" , features = [" util" ] }
461479tower-service = " 0.3.3"
462480twox-hash = " 1.6.3"
0 commit comments