diff --git a/Cargo.toml b/Cargo.toml index 77a2b07..59d4f86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ tokio = { version = "1", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tracing = "0.1" -opentelemetry = "0.28" +opentelemetry = "0.32" tracing-subscriber = { version = "0.3", features = ["env-filter", "json", "registry"] } anyhow = "1" async-trait = "0.1"