containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

Problem with ttrpc-compiler-0.4.0 release? #113

Closed jodh-intel closed 2 years ago

jodh-intel commented 2 years ago

The latest version of ttrpc-compiler in this repo is 0.4.0:

https://github.com/containerd/ttrpc-rust/blob/master/compiler/Cargo.toml#L3

... and that crate depends on prost 0.8:

However, ttrpc-compiler version 0.4.0 on crates.io depends on prost 0.5:

... and that version of prost contains a security issue which was fixed in version 0.8.0:

I'm guessing a new version of ttrpc-compiler have been created after #94 landed? Please can you make a new public release on crates.io so Kata Containers can upgrade to a safe version of this dependency?

/cc @egernst, @Tim-Zhang, @mxpv.

Tim-Zhang commented 2 years ago

@jodh-intel Thank you for your reminder, the release is scheduled https://github.com/containerd/ttrpc-rust/pull/114

Tim-Zhang commented 2 years ago

@jodh-intel 0.4.1 released

jodh-intel commented 2 years ago

Thanks very much @Tim-Zhang!