Skip to content

Commit

Permalink
Update rdkafka requirement from ^0.29.0 to ^0.34.0
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.29.0...v0.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gklijs committed Oct 27, 2023
1 parent 29cf5d8 commit 34b6b66
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 @@ -82,7 +82,7 @@ optional = true

[dev-dependencies]
mockito = "^1.2.0"
rdkafka = { version = "^0.29.0", features = ["cmake-build"] }
rdkafka = { version = "^0.34.0", features = ["cmake-build"] }
rand = "^0.8.5"
test_utils = { path = "test_utils" }
tokio = { version = "^1.32.0", features = ["macros"] }
Expand Down

0 comments on commit 34b6b66

Please sign in to comment.