Skip to content

Commit 94af427

Browse files
authored
chore: revert Cargo.toml to pre-refactor state for selective review (#19463)
The previous refactor removed 23+ workspace dependencies deemed unused, including explicit AWS SDK version pins. Restore `Cargo.toml` to the state before that commit so each removed entry can be evaluated and either dropped intentionally or kept.
1 parent 64eadba commit 94af427

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)