Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump rdkafka from 0.34.0 to 0.36.2 #273

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 17, 2024

Bumps rdkafka from 0.34.0 to 0.36.2.

Changelog

Sourced from rdkafka's changelog.

0.36.2 (2024-01-16)

  • Update BaseConsumer::poll to return None when handling rebalance or offset commit events.

0.36.0 (2023-11-08)

  • Pivot the library from using librdkafka's callback interface to using the event interface. The public API of the crate does not change.

0.35.0 (2023-11-07)

  • Update bundled librdkafka to 2.3.0.
  • Add cargo enforcement of MSRV of 1.61.
  • Derives serde::Serialize on Statistics
Commits
  • 5ca6ff5 Release v0.36.2.
  • 6154c84 Release v0.36.1.
  • 9b44aba Merge pull request #644 from fede1024/scanterog/return-none-on-rebalance
  • d6ec6e1 Return back to the caller on rebalance events
  • 738590b Merge pull request #645 from fede1024/davidblewett/tune-docker-compose
  • 321c040 Avoid topic pollution by prefixing with test name.
  • e347f9a Disable valgrind for now, and start up kafka/zk before starting building
  • 8f37c49 Use a short timeout instead of now_or_never.
  • 0c5c131 Release v0.36.0.
  • c719e55 Merge pull request #617 from fede1024/scanterog/event-based-client
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.34.0 to 0.36.2.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](fede1024/rust-rdkafka@v0.34.0...v0.36.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Jan 17, 2024

The following labels could not be found: domain: deps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants