dingelish commented on a change in pull request #112: rewrite kms with prost URL: https://github.com/apache/incubator-mesatee/pull/112#discussion_r352795060
########## File path: mesatee_services/kms/proto/Cargo.toml ########## @@ -12,6 +12,9 @@ mesalock_sgx = ["sgx_tstd", "mesatee_core/mesalock_sgx"] cov = ["sgx_cov"] [dependencies] +prost = { version = "0.5.0" } +bytes = { version = ">= 0.4.12"} # unix app depends on 0.4.12, while sgx lib depends on 0.5.0 Review comment: Just a note: the revelent PR on prost is https://github.com/danburkert/prost/pull/246 . Once it's merged, I'll upgrade the forked prost. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mesatee.apache.org For additional commands, e-mail: dev-h...@mesatee.apache.org