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

Pass rustls flag onto opentelemetry-http #8

Closed
wants to merge 2 commits into from

Conversation

danieljharvey
Copy link
Contributor

When consumers of this library ask for rustls we need to ask opentelemetry-http for it too. This requires a version bump for it, but adding the flag is the only thing said bump does: https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-http/CHANGELOG.md#v0111

"rustls-pemfile 2.1.2",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tokio-rustls 0.25.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're gonna end up with two versions of tokio-rustls until we can upgrade reqwest. This is less than fun, but alright.

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