stormshield-gt
stormshield-gt
This is note the official RustSec front end, see why the issue has been closed https://github.com/EmbarkStudios/cargo-deny/pull/300#issuecomment-713703630
If I already use `cargo deny` for banning crate, is there any reasons I should prefer `cargo about` to check licensing? By looking at the config files (`about.toml` and `deny.toml`),...
Thanks for your quick answer! If I understand well, we could imagine some rare cases where `cargo about` could detect an incompatible license and `cargo deny` wouldn't?
From my understanding this PR will unlock upgrading to rustls 0.23 as [hyper_rustls 0.27](https://github.com/rustls/hyper-rustls/releases/tag/v%2F0.27.0) uses hyper 1.0.
The ci failure seems unrelated to the changes made by this PR
@jmgilman could you please consider adding as maintainers the other persons that proposed to help?
> The danger here is that you are accidentally excluding tests with bad feature flags so the never actually run despite being there in the code. So those test should...
> How? I can write a test that is feature-gated on #[cfg(feature = "ed2519")] (notice the typo?) and the test will never run if the crate doesn't provide an ed2519...
@indygreg maybe [tryfn](https://docs.rs/tryfn/latest/tryfn/index.html) can suit your needs ?
If I submit a PR moving the `ring` and `aws-lc-rs` provider to their own crate, would you be open to review this? Based on the naming of `rustls-postquantum` provider, should...