hubcio commented on code in PR #2191:
URL: https://github.com/apache/iggy/pull/2191#discussion_r2371702918


##########
Cargo.toml:
##########
@@ -100,77 +110,81 @@ flume = "0.11.1"
 futures = "0.3.31"
 futures-util = "0.3.31"
 human-repr = "1.1.0"
-humantime = "2.3.0"
+humantime = "2.2.0"
+iceberg = "0.6.0"
+iceberg-catalog-glue = "0.6.0"
+iceberg-catalog-rest = "0.6.0"
 iggy = { path = "core/sdk", version = "0.7.0" }
+
+# Path dependencies
 iggy_binary_protocol = { path = "core/binary_protocol", version = "0.7.0" }
 iggy_common = { path = "core/common", version = "0.7.0" }
 iggy_connector_sdk = { path = "core/connectors/sdk", version = "0.1.0" }
 integration = { path = "core/integration" }
 keyring = { version = "3.6.3", features = ["sync-secret-service", "vendored"] }
 lazy_static = "1.5.0"
-log = "0.4.28"
+log = "0.4.27"
+
+# Optional dependencies
 mimalloc = "0.1"
 mockall = "0.13.1"
 nonzero_lit = "0.1.2"
 once_cell = "1.21.3"
+parquet = "55.2.0"
 passterm = "=2.0.1"
 postcard = { version = "1.1.3", features = ["alloc"] }
 predicates = "3.1.3"
-quinn = "0.11.9"
+quinn = "0.11.8"
 rand = "0.9.2"
-regex = "1.11.2"
-reqwest = { version = "0.12.23", default-features = false, features = [
+regex = "1.11.1"
+reqwest = { version = "0.12.22", default-features = false, features = [
     "json",
     "rustls-tls",
 ] }
 reqwest-middleware = { version = "0.4.2", features = ["json"] }
 reqwest-retry = "0.7.0"
-rust-s3 = { version = "0.37.0", default-features = false, features = [
+rust-s3 = { version = "0.36.0-beta.2", default-features = false, features = [
     "tokio-rustls-tls",
     "tags",
 ] }
 rustls = { version = "0.23.31", features = ["ring"] }
-serde = { version = "1.0.225", features = ["derive", "rc"] }
-serde_json = "1.0.145"
+serde = { version = "1.0.219", features = ["derive", "rc"] }
+serde_json = "1.0.142"
 serde_with = { version = "3.14.0", features = ["base64", "macros"] }
 serde_yml = "0.0.12"
 serial_test = "3.2.0"
 server = { path = "core/server" }
-simd-json = { version = "0.16.0", features = ["serde_impl"] }
+simd-json = { version = "0.15.1", features = ["serde_impl"] }
 strum = { version = "0.27.2", features = ["derive"] }
 strum_macros = "0.27.2"
 sysinfo = "0.37.0"
-tempfile = "3.22.0"
+tempfile = "3.20.0"
 test-case = "3.3.1"
-thiserror = "2.0.16"
+thiserror = "2.0.14"
 tokio = { version = "1.47.1", features = ["full"] }
-tokio-rustls = "0.26.3"
+tokio-rustls = "0.26.2"
 tokio-util = { version = "0.7.16", features = ["compat"] }
-toml = "0.9.6"
+toml = "0.9.5"
 tower-http = { version = "0.6.6", features = [
     "add-extension",
     "cors",
     "trace",
 ] }
 tracing = "0.1.41"
 tracing-appender = "0.2.3"
-tracing-subscriber = { version = "0.3.20", default-features = false, features 
= [
+tracing-subscriber = { version = "0.3.19", default-features = false, features 
= [
     "fmt",
     "env-filter",
     "ansi",
 ] }
 trait-variant = "0.1.2"
-twox-hash = { version = "2.1.2", features = ["xxhash32"] }
-uuid = { version = "1.18.1", features = [
+twox-hash = { version = "2.1.1", features = ["xxhash32"] }

Review Comment:
   I think you messed something up during merge, please don't downgrade 
versions in Cargo.toml :D



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to