diff --git a/Cargo.toml b/Cargo.toml index cd3570e..6b64784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -274,7 +274,7 @@ tracing-throttle = { version = ">=0.4.2, <0.5", default-features = false, option # otel 0.31. Bump once tracing-opentelemetry ships a release compatible # with otel 0.32+. opentelemetry = { version = ">=0.31.0, <0.32", optional = true } -opentelemetry_sdk = { version = ">=0.31.0, <0.32", features = ["rt-tokio"], optional = true } +opentelemetry_sdk = { version = ">=0.32.1, <0.33", features = ["rt-tokio"], optional = true } opentelemetry-otlp = { version = ">=0.31.0, <0.32", features = ["grpc-tonic", "http-proto", "metrics", "logs"], optional = true } tracing-opentelemetry = { version = ">=0.32.1, <0.33", optional = true }