Skip to content

Commit 0664b64

Browse files
committed
Enable HTTP 1 and 2
1 parent adda11d commit 0664b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bytes = { workspace = true }
2020
http = { workspace = true }
2121
http-body-util = { workspace = true, optional = true }
2222
hyper = { workspace = true, features = ["http2", "client"], optional = true }
23-
hyper-util = { workspace = true, features = ["client-legacy"], optional = true }
23+
hyper-util = { workspace = true, features = ["client-legacy", "http1", "http2"], optional = true }
2424
opentelemetry = { version = "0.23", path = "../opentelemetry", features = ["trace"] }
2525
reqwest = { workspace = true, features = ["blocking"], optional = true }
2626
tokio = { workspace = true, features = ["time"], optional = true }

0 commit comments

Comments
 (0)