diff --git a/crablet/Cargo.toml b/crablet/Cargo.toml index 1fe354f..eeb644d 100644 --- a/crablet/Cargo.toml +++ b/crablet/Cargo.toml @@ -74,7 +74,7 @@ gray_matter = "0.3.2" opentelemetry = { version = "0.31", optional = true } opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"], optional = true } opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic", "trace"], optional = true } -tracing-opentelemetry = { version = "0.32", optional = true } +tracing-opentelemetry = { version = "0.33", optional = true } shlex = "1.3.0" qdrant-client = { version = "1.3.0", optional = true } image = { version = "0.25.5", optional = true }