Skip to content

Commit

Permalink
Remove unused rdkafka dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
belak authored and svix-onelson committed Aug 15, 2023
1 parent c651841 commit 3b79804
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b79804

Please sign in to comment.