diff --git a/core/Cargo.toml b/core/Cargo.toml index 6fe2adc..d9ccc8f 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" reqwest = { version = "0.11", features = ["json"] } -opentelemetry = "0.22" +opentelemetry = "0.32" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt"] }