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

Set default-features=false for reqwest #336

Merged
merged 1 commit into from
Jan 23, 2022

Conversation

jqnatividad
Copy link
Contributor

fixes #335 .

Otherwise, reqwest will always use default-tls which is the native-tls even if jsonschema reqwest-rustls-tls feature is specified.

fixes Stranger6667#335 .

Otherwise, reqwest will always use default-tls which is the native-tls even if jsonschema `reqwest-rustls-tls` feature is specified.
@codecov
Copy link

codecov bot commented Jan 23, 2022

Codecov Report

Merging #336 (c3b1be2) into master (c37d22f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #336   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files          57       57           
  Lines        5514     5514           
=======================================
  Hits         4563     4563           
  Misses        951      951           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c37d22f...c3b1be2. Read the comment docs.

@Stranger6667 Stranger6667 merged commit ad4eeb9 into Stranger6667:master Jan 23, 2022
jqnatividad added a commit to jqnatividad/qsv that referenced this pull request Jan 23, 2022
as it will not work with jsonschema 0.13.3, which pulls in openssl.

The fix has been accepted (yay!) Stranger6667/jsonschema-rs#336

but until the next version of jsonschema is published, let's not cross-compile for other platforms.
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 this pull request may close these issues.

Set default-features = false for reqwest dependency
2 participants