Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hyper-native-tls: unecessary flag? #10

Open
D4nte opened this issue Jul 25, 2019 · 0 comments
Open

hyper-native-tls: unecessary flag? #10

D4nte opened this issue Jul 25, 2019 · 0 comments

Comments

@D4nte
Copy link

D4nte commented Jul 25, 2019

Hi,

Because an old version of hyper-native-tls is used, it means that through transient dependencies openssl 0.9.24 is used which is an older version not compatible with the actual openssl lib 1.1.1

I noticed the feature flag hyper-native-tls which I'd like to deactivate to solve my transient dependency issue: default-features = false

However, the crate cannot compile without this feature flag.
So my question is: What is the point of feature flag hyper-native-tls if there is no alternative to it?

error[E0412]: cannot find type `NativeTlsClient` in this scope
   --> /home/bobtimus/.cargo/registry/src/github.com-1ecc6299db9ec823/tweetust-0.10.0/src/conn/mod.rs:115:81
    |
115 | pub type DefaultHttpsConnector = hyper::client::Pool<hyper::net::HttpsConnector<NativeTlsClient>>;
    |                                                                                 ^^^^^^^^^^^^^^^ not found in this scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant