We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adda11d commit 0664b64Copy full SHA for 0664b64
opentelemetry-http/Cargo.toml
@@ -20,7 +20,7 @@ bytes = { workspace = true }
20
http = { workspace = true }
21
http-body-util = { workspace = true, optional = true }
22
hyper = { workspace = true, features = ["http2", "client"], optional = true }
23
-hyper-util = { workspace = true, features = ["client-legacy"], optional = true }
+hyper-util = { workspace = true, features = ["client-legacy", "http1", "http2"], optional = true }
24
opentelemetry = { version = "0.23", path = "../opentelemetry", features = ["trace"] }
25
reqwest = { workspace = true, features = ["blocking"], optional = true }
26
tokio = { workspace = true, features = ["time"], optional = true }
0 commit comments