Skip to content

Conversation

@iliana
Copy link

@iliana iliana commented Feb 26, 2025

This is part of oxidecomputer/omicron#7624.

reqwest has the unfortunate behavior of having an on-by-default feature flag that includes native-tls. Removing the default feature flags allows downstream crates to decide on those features on their own. (rustls-tls is implied by Progenitor.)

Other default feature flags disabled here are encoding (not relevant for JSON which is always UTF-8), http2, and macos-system-configuration (which automatically configures proxy settings on macOS).

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.

2 participants