Skip to content

Commit

Permalink
Update rdkafka requirement from ^0.36.2 to ^0.37.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.36.2...v0.37.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 Nov 26, 2024
1 parent 04fb737 commit aa3e0b0
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 @@ -85,7 +85,7 @@ optional = true

[dev-dependencies]
mockito = "^1.5.0"
rdkafka = { version = "^0.36.2", features = ["cmake-build"] }
rdkafka = { version = "^0.37.0", features = ["cmake-build"] }
rand = "^0.8.5"
test_utils = { path = "test_utils" }
tokio = { version = "^1.40.0", features = ["macros"] }
Expand Down

0 comments on commit aa3e0b0

Please sign in to comment.