parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
85 stars 51 forks source link

Dependency mbox 0.6.1 which hard requires Rust 2018 #519

Open jzaehrin opened 4 months ago

jzaehrin commented 4 months ago

The release of mbox 0.6.1 now strongly requires Rust 2018 to compile by forcing severely out-dated dependency versions. Version 0.6.0 was yanked from crates.io which blocks the compilation of tss-esapi with a more recent version of Rust and a missing Cargo.lock.

tss-esapi 8.0.0 should replace mbox which is a good thing.

In the meantime, could it be possible to update mbox to 0.7.1 or force 0.6.0?

The difference between 0.6.1 and 0.7.1 is very small, not impacting the code only on the dependencies and compilation context: mbox v0.6.1 commits.

petreeftime commented 4 months ago

https://github.com/parallaxsecond/rust-tss-esapi/pull/520 Created a PR for this issue.

Superhepper commented 4 months ago

I think the preferred thing would be to update it.