Lordworms commented on code in PR #1106:
URL: https://github.com/apache/iceberg-rust/pull/1106#discussion_r2004055579


##########
Cargo.toml:
##########
@@ -94,12 +94,12 @@ serde_json = "1.0.138"
 serde_repr = "0.1.16"
 serde_with = "3.4"
 tempfile = "3.18"
-thrift = "0.17.0"  
-tokio = { version = "1.36", default-features = false }
+thrift = "0.17.0"
+tokio = { version = "1.43.0", default-features = false }

Review Comment:
   we need to do cargo generate-lockfile with checking minimal version, so 
either upgrade the tokio version or remove minimal version check.



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