jlambatl commented on code in PR #2396:
URL: https://github.com/apache/iceberg-rust/pull/2396#discussion_r3331370945


##########
crates/catalog/glue/Cargo.toml:
##########
@@ -33,10 +33,14 @@ anyhow = { workspace = true }
 async-trait = { workspace = true }
 aws-config = { workspace = true }
 aws-sdk-glue = { workspace = true }
+aws-sdk-sts = { workspace = true }
 iceberg = { workspace = true }
 iceberg-storage-opendal = { workspace = true, features = ["opendal-s3"] }
 serde_json = { workspace = true }
 tokio = { workspace = true }
 
+[package.metadata.cargo-machete]
+ignored = ["aws-sdk-sts"]

Review Comment:
   Until reading this comment I never knew of machete, I have run that and 
fixed up the errors.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to