Skip to content

Commit 77c8528

Browse files
Update hyper-tls requirement from 0.5.0 to 0.6.0
Updates the requirements on [hyper-tls](https://github.com/hyperium/hyper-tls) to permit the latest version. - [Commits](hyperium/hyper-tls@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: hyper-tls dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed7a709 commit 77c8528

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
@@ -26,7 +26,7 @@ base64 = { version = "0.21.0", optional = true }
2626
headers = { version = "0.3.2", optional = true }
2727
http = { workspace = true, optional = true }
2828
hyper = { workspace = true, features = ["client"], optional = true }
29-
hyper-tls = { version = "0.5.0", default-features = false, optional = true }
29+
hyper-tls = { version = "0.6.0", default-features = false, optional = true }
3030
isahc = { workspace = true, optional = true }
3131
js-sys = { version = "0.3", optional = true }
3232
opentelemetry = { version = "0.21", default-features = false, features = ["trace"], path = "../opentelemetry" }

0 commit comments

Comments
 (0)