diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 97ec95307..62b37a160 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -92,7 +92,7 @@ tracing = "0.1.37" tracing-subscriber = {version = "0.3.18", features = ["std", "env-filter"]} tracing-opentelemetry = "0.27.0" opentelemetry = "0.26.0" -opentelemetry-otlp = { version = "0.26.0", features = ["default"] } +opentelemetry-otlp = { version = "0.27.0", features = ["default"] } opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] } tokio = { version = "1.34.0", features = ["full"] } criterion = "0.5.1"