Skip to content

Commit 832b1cb

Browse files
committed
Remove some features
1 parent 650e688 commit 832b1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ async-trait = { workspace = true }
1919
bytes = { workspace = true }
2020
http = { workspace = true }
2121
http-body-util = { workspace = true, optional = true }
22-
hyper = { workspace = true, features = ["http2", "client"], optional = true }
23-
hyper-util = { workspace = true, features = ["client-legacy", "http1", "http2"], optional = true }
22+
hyper = { workspace = true, optional = true }
23+
hyper-util = { workspace = true, features = ["client-legacy", "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)