rust-tss-esapi icon indicating copy to clipboard operation
rust-tss-esapi copied to clipboard

Dependency mbox 0.6.1 which hard requires Rust 2018

Open jzaehrin opened this issue 1 year ago • 2 comments
trafficstars

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.

jzaehrin avatar Apr 11 '24 10:04 jzaehrin

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

petreeftime avatar Apr 11 '24 12:04 petreeftime

I think the preferred thing would be to update it.

Superhepper avatar Apr 11 '24 12:04 Superhepper