diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 97ec95307..0aa6da60f 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -90,7 +90,7 @@ env_logger = "0.11.5" tracing-forest = { version = "0.1.6", features = ["uuid","chrono","smallvec","serde","env-filter"] } tracing = "0.1.37" tracing-subscriber = {version = "0.3.18", features = ["std", "env-filter"]} -tracing-opentelemetry = "0.27.0" +tracing-opentelemetry = "0.28.0" opentelemetry = "0.26.0" opentelemetry-otlp = { version = "0.26.0", features = ["default"] } opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] }