Skip to content

Conversation

silverfoxy
Copy link

@silverfoxy silverfoxy commented Jul 30, 2025

I'm using this crate with "push" feature in an environment that requires boringssl instead of openssl. So my options for tls library are rustls or boring. With the current configuration, adding push feature pulls in reqwest with default features which relies on native-tls and openssl.

This PR is introducing a new feature (push-rustls) that allows push to work with rustls. I explicitly added the default features from reqwest that would be disabled by this change but do not affect the tls compatibility: https://github.com/seanmonstar/reqwest/blob/master/Cargo.toml#L37C27-L37C61

Copy link

ti-chi-bot bot commented Jul 30, 2025

Welcome @silverfoxy! It looks like this is your first PR to tikv/rust-prometheus 🎉

@punkeel
Copy link

punkeel commented Aug 29, 2025

Hi @lucab, when you have a chance, could you help move this to completion? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants