ShemShadrack commented on code in PR #3399: URL: https://github.com/apache/thrift/pull/3399#discussion_r3140644326
########## lib/rs/test/Cargo.toml: ########## @@ -10,8 +10,7 @@ publish = false clap = "~2.33" bitflags = "=1.2" log = "0.4" -uuid = "1" +uuid = ">=1, <1.21" Review Comment: My reason was concern about the newer uuid release and the lack of active Rust maintainers mentioned in THRIFT-5917. But I agree this PR should stay focused on TTcpChannel timeouts, so I’ll revert the uuid change -- 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]
