From 3b79804ad1fe01e8926308dadabbcb6e12eeb839 Mon Sep 17 00:00:00 2001 From: Kaleb Elwert Date: Mon, 7 Aug 2023 00:34:02 -0700 Subject: [PATCH] Remove unused rdkafka dependency --- omniqueue/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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"