Skip to content

Commit

Permalink
Update rdkafka requirement from 0.33.* to 0.34.* (#173)
Browse files Browse the repository at this point in the history
Updates the requirements on [rdkafka](https://github.com/fede1024/rust-rdkafka) to permit the latest version.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: rdkafka
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 2b46a60 commit af3157c
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 @@ -40,7 +40,7 @@ ouroboros = "0.17"
# 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.33.*", features = ["ssl-vendored"], optional = true }
rdkafka = { version = "0.34.*", features = ["ssl-vendored"], optional = true }
# Rabbit library
lapin = { version = "2.1.1", optional = true }
# Builder pattern
Expand Down

0 comments on commit af3157c

Please sign in to comment.