BugenZhao commented on code in PR #6041:
URL: https://github.com/apache/arrow-rs/pull/6041#discussion_r1673522912


##########
arrow-flight/Cargo.toml:
##########
@@ -44,11 +44,11 @@ bytes = { version = "1", default-features = false }
 futures = { version = "0.3", default-features = false, features = ["alloc"] }
 once_cell = { version = "1", optional = true }
 paste = { version = "1.0" }
-prost = { version = "0.12.3", default-features = false, features = 
["prost-derive"] }
+prost = { version = "0.13.1", default-features = false, features = 
["prost-derive"] }

Review Comment:
   It's kind of coincident since I was not aware, but it seems that `0.13.0` is 
yanked due to a bug. 🤣
   
   https://github.com/tokio-rs/prost/issues/1097#issuecomment-2217685596



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