-
Notifications
You must be signed in to change notification settings - Fork 87
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
tokio-native-tls: remove unused dependencies #133
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to get this change merged if someone with review perms has a free minute. I wasn't able to build tip of master without it and it looks like others are hitting it too (#135).
@quininer @hawkw @LucioFranco ping? This seems pretty uncontroversial, would like to get this in to pass CI so we can get tokio-rustls out with the new rustls version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I don't know enough about native-tls .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I can tell (testing on macOS), this dependency spec doesn't do anything.
Grepping for security_framework
shows nothing in this repo and security-framework-sys v2.8.0
+ security-framework v2.8.2
get selected anyway via native-tls
.
This line dates back to the initial commit, but it's not clear that it served any purpose even then.
My suggestion is to delete this section instead of updating the dep spec.
@robjtede huh, you're right. I was able to remove a whole bunch of dependencies, let's see what CI thinks. |
It didn't seem risky, so I merged it. |
Thanks for tidying this up everyone. |
No description provided.