liurenjie1024 commented on code in PR #431: URL: https://github.com/apache/iceberg-rust/pull/431#discussion_r1665116676
########## crates/catalog/rest/Cargo.toml: ########## @@ -32,13 +32,15 @@ keywords = ["iceberg", "rest", "catalog"] # async-trait = { workspace = true } async-trait = { workspace = true } chrono = { workspace = true } +http = "1.1.0" iceberg = { workspace = true } itertools = { workspace = true } log = "0.4.20" reqwest = { workspace = true } serde = { workspace = true } serde_derive = { workspace = true } serde_json = { workspace = true } +tokio = { workspace = true, features = ["sync"] } Review Comment: I think we still need to keep it since #233 still needs it. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org