Skip to content

Commit

Permalink
Bump rdkafka from 0.32.2 to 0.34.0 (#2064)
Browse files Browse the repository at this point in the history
Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.32.2 to 0.34.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.32.2...v0.34.0)

---
updated-dependencies:
- dependency-name: rdkafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 26, 2023
1 parent 4ded95c commit 0e8bd03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dozer-ingestion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object_store = { version = "0.6", features = ["aws"] }
# Eth connector
web3 = { version = "0.18.0", optional = true }
# Kafka connector
rdkafka = { version = "0.32.2", optional = true }
rdkafka = { version = "0.34.0", optional = true }
# odbc connector
odbc = { version = "0.17.0", optional = true }
# Mongodb connector
Expand Down

0 comments on commit 0e8bd03

Please sign in to comment.