Sergey "Shnatsel" Davidoff
Sergey "Shnatsel" Davidoff
https://github.com/image-rs/image/pull/2531 implements color space awareness
The path to shipping this looks like this: 1. Make parsing `cargo tree` return a `Result` instead of panicking. Print a warning and continue if it fails. 2. Add a...
We've discovered a significant issue with this approach which is documented in #216, I've updated the tests to demonstrate it
I believe it will be possible to work around by passing through the working directory as well as flags `-p`/`--package`, `--workspace`, `--exclude` and `--all` from the original `cargo auditable build`...
Thank you for the in-depth testing! 0.18.x and later should not be using OpenSSL at all, so the OpenSSL version is a non-factor. I think we'll need to enable debug...
> BUT, this problem only occurs if I install cargo-audit either from FreeBSD's package manager or from "cargo install". If instead I checkout the rustsec/rustec repo and checkout the cargo-audit/v0.19.0...
This also affects "x86_64/x86-64-v2" level on stable, rustc v1.90.0, multiversion v0.8.0: ``` error: unknown x86 target feature: lahfsahf --> src/twiddles.rs:189:1 | 189 | / #[multiversion::multiversion( 190 | | targets("x86_64+avx512f+avx512bw+avx512cd+avx512dq+avx512vl", //...
Thank you for the PR! Could you clarify why such a feature is desirable? This introduces additional complexity to the codebase, and I'm not sure what are the use cases...
Thank you for updating the PR! I admit I am hesitant to merge this, because we are struggling to maintain the code for the basic functionality as it is. Taking...
It seems to be a bug in the upstream SBOM support. The `optional_transitive_dep` crate should not be present in the SBOM emitted by Cargo, but it is: [top_level_crate.cargo-sbom.json](https://github.com/user-attachments/files/20936868/top_level_crate.cargo-sbom.json)