Skip to content

Commit 35f25a3

Browse files
committed
Enable tokio feature
1 parent d356d58 commit 35f25a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-jaeger/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ headers = { version = "0.4.0", optional = true }
3030
http = { workspace = true, optional = true }
3131
http-body-util = { workspace = true, optional = true }
3232
hyper = { workspace = true, features = ["client"], optional = true }
33-
hyper-util = { workspace = true, features = ["client-legacy", "http1", "http2"], optional = true }
33+
hyper-util = { workspace = true, features = ["client-legacy", "http1", "http2", "tokio"], optional = true }
3434
hyper-tls = { version = "0.6.0", default-features = false, optional = true }
3535
js-sys = { version = "0.3", optional = true }
3636
opentelemetry = { version = "0.22", default-features = false, features = ["trace"], path = "../opentelemetry" }

0 commit comments

Comments
 (0)