We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7a709 commit 617592fCopy full SHA for 617592f
opentelemetry-jaeger/Cargo.toml
@@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "docsrs"]
23
async-std = { workspace = true, optional = true }
24
async-trait = { workspace = true }
25
base64 = { version = "0.21.0", optional = true }
26
-headers = { version = "0.3.2", optional = true }
+headers = { version = "0.4.0", optional = true }
27
http = { workspace = true, optional = true }
28
hyper = { workspace = true, features = ["client"], optional = true }
29
hyper-tls = { version = "0.5.0", default-features = false, optional = true }
0 commit comments