Skip to content

Commit

Permalink
Rustls in zipkin too
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Apr 26, 2024
1 parent fe945b6 commit 5f243d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "bin/main.rs"
default = ["native-tls", "ndc-test"]

native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls", "opentelemetry-http/reqwest-rustls"]
rustls = ["reqwest/rustls"]

ndc-test = ["dep:ndc-test"]

Expand All @@ -36,10 +36,10 @@ http = "0.2"
mime = "0.3.17"
opentelemetry = "0.22.0"
opentelemetry-http = "0.11.1"
opentelemetry-otlp = { version = "0.15.0", features = ["reqwest-client", "gzip-tonic", "tls", "tls-roots", "http-proto"] }
opentelemetry-otlp = { version = "0.15.0", features = ["reqwest-rustls", "gzip-tonic", "tls", "tls-roots", "http-proto"] }
opentelemetry-semantic-conventions = "0.14.0"
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
opentelemetry-zipkin = "0.20.0"
opentelemetry-zipkin = { version = "0.20.0", default-features = false, features = ["reqwest-rustls"] }
prometheus = "0.13.3"
reqwest = "0.11.27"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 5f243d2

Please sign in to comment.