diff --git a/omniqueue/Cargo.toml b/omniqueue/Cargo.toml index c32923b..c56c561 100644 --- a/omniqueue/Cargo.toml +++ b/omniqueue/Cargo.toml @@ -20,7 +20,6 @@ futures-util = { version = "0.3.28", optional = true } google-cloud-googleapis = { version = "0.10.0", optional = true } google-cloud-pubsub = { version = "0.18.0", optional = true } lapin = { version = "2", optional = true } -rdkafka = { version = "0.29", features = ["cmake-build", "ssl", "tracing"] } redis = { version = "0.23", features = ["tokio-comp", "tokio-native-tls-comp", "streams"], optional = true } serde = { version = "1", features = ["derive", "rc"] } serde_json = "1"