Skip to content

Commit 617592f

Browse files
Update headers requirement from 0.3.2 to 0.4.0
Updates the requirements on [headers](https://github.com/hyperium/headers) to permit the latest version. - [Commits](hyperium/headers@headers-v0.3.2...headers-v0.4.0) --- updated-dependencies: - dependency-name: headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed7a709 commit 617592f

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
@@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "docsrs"]
2323
async-std = { workspace = true, optional = true }
2424
async-trait = { workspace = true }
2525
base64 = { version = "0.21.0", optional = true }
26-
headers = { version = "0.3.2", optional = true }
26+
headers = { version = "0.4.0", optional = true }
2727
http = { workspace = true, optional = true }
2828
hyper = { workspace = true, features = ["client"], optional = true }
2929
hyper-tls = { version = "0.5.0", default-features = false, optional = true }

0 commit comments

Comments
 (0)