Skip to content

Commit

Permalink
crates.io version of rdkafka is 0.35..
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone committed Dec 18, 2023
1 parent 2354d80 commit 9172641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ouroboros = "0.18"
# Sql library for async impl
sqlx = { version = "0.7.0", features = ["runtime-tokio-native-tls", "uuid", "json", "chrono"], optional = true }
# Kafka library
rdkafka = { version = "0.36.*", features = ["ssl-vendored"], optional = true }
rdkafka = { version = "0.35.*", features = ["ssl-vendored"], optional = true }
# Rabbit library
lapin = { version = "2.1.1", optional = true }
# Builder pattern
Expand Down

0 comments on commit 9172641

Please sign in to comment.