diff --git a/packages/obs/Cargo.toml b/packages/obs/Cargo.toml index 8753d63c7..216e4296a 100644 --- a/packages/obs/Cargo.toml +++ b/packages/obs/Cargo.toml @@ -30,7 +30,7 @@ tracing = { workspace = true } tracing-core = { workspace = true } tracing-opentelemetry = { workspace = true } tracing-subscriber = { workspace = true, features = ["fmt", "env-filter", "tracing-log", "time", "local-time", "json"] } -tokio = { workspace = true, features = ["sync", "fs"] } +tokio = { workspace = true, features = ["sync", "fs", "rt-multi-thread"] } rdkafka = { workspace = true, features = ["tokio"], optional = true } reqwest = { workspace = true, optional = true, default-features = false } serde_json = { workspace = true, optional = true }