-
-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Description
Using octocrab with the default feature flags leads to the following panic:
thread 'main' (1) panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.36/src/crypto/mod.rs:249:14:
Could not automatically determine the process-level CryptoProvider from Rustls crate features.
Call CryptoProvider::install_default() before this point to select a provider manually, or make sure exactly one of the 'aws-lc-rs' and 'ring' features is enabled.
See the documentation of the CryptoProvider type for more information.
We have fixed this by explicitly removing the rustls-ring feature flag in lycheeverse/lychee#2036
Not entirely sure if this would be considered a bug. But I do feel like this shouldn't happen with the default feature flags. Feel free to close this if you think this is no bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels