Skip to content

Commit 39f5c9d

Browse files
committed
Fix OpenTelemetry dependency alignment
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent d9a72c2 commit 39f5c9d

2 files changed

Lines changed: 43 additions & 55 deletions

File tree

Cargo.lock

Lines changed: 39 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ page_size = "0.6.0"
3636
termcolor = "1.2.0"
3737
bitflags = "2.11.1"
3838
log = "0.4.29"
39-
opentelemetry = { version = "0.31.0", optional = true }
39+
opentelemetry = { version = "0.32.0", optional = true }
4040
tracing = { version = "0.1.44", features = ["log"] }
4141
tracing-log = "0.2.0"
4242
tracing-core = "0.1.36"
@@ -96,10 +96,10 @@ tracing-forest = { version = "0.3.1", features = ["uuid", "chrono", "smallvec",
9696
tracing = "0.1.44"
9797
tracing-subscriber = {version = "0.3.23", features = ["std", "env-filter"]}
9898
tracing-opentelemetry = "0.33.0"
99-
opentelemetry = "0.31.0"
100-
opentelemetry-otlp = { version = "0.31.1", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
99+
opentelemetry = "0.32.0"
100+
opentelemetry-otlp = { version = "0.32.0", default-features = false, features = ["http-proto", "reqwest-blocking-client", "grpc-tonic"] }
101101
opentelemetry-semantic-conventions = "0.32"
102-
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio"] }
102+
opentelemetry_sdk = { version = "0.32.0", features = ["rt-tokio"] }
103103
tokio = { version = "1.52.3", features = ["full"] }
104104
criterion = "0.8.2"
105105
tracing-chrome = "0.7.2"

0 commit comments

Comments
 (0)