dependabot[bot] opened a new pull request, #2074: URL: https://github.com/apache/auron/pull/2074
Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.36.2 to 0.39.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md">rdkafka's changelog</a>.</em></p> <blockquote> <h2>0.39.0 (2026-01-25)</h2> <ul> <li>Fix the char zero ending in native config (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/706">#706</a>).</li> <li>Implement FromIterator for TopicPartitionList (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/795">#795</a>).</li> <li>Sanitize ClientConfig and AdminClient debugging (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/796">#796</a>).</li> <li>Handle null characters in topic in BaseProducer::send (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/782">#782</a>).</li> <li>Bump rdkafka-sys.</li> </ul> <p><a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/706">#706</a>: <a href="https://redirect.github.com/fede1024/rust-rdkafka/pull/706">fede1024/rust-rdkafka#706</a> <a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/795">#795</a>: <a href="https://redirect.github.com/fede1024/rust-rdkafka/pull/795">fede1024/rust-rdkafka#795</a> <a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/796">#796</a>: <a href="https://redirect.github.com/fede1024/rust-rdkafka/pull/796">fede1024/rust-rdkafka#796</a> <a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/782">#782</a>: <a href="https://redirect.github.com/fede1024/rust-rdkafka/pull/782">fede1024/rust-rdkafka#782</a></p> <h2>0.38.0 (2025-07-05)</h2> <ul> <li>Update <code>BaseProducer::poll</code> to not return early, and instead continue looping until the passed timeout is reached.</li> <li><strong>Breaking change.</strong> Change signature for <code>OwnedDeliveryResult</code>. The <code>Ok</code> variant is now a <code>Delivery</code> struct, rather than a tuple. This allows or including <code>Timestamp</code> as a result field. It means that adding values in the future will not require a breaking change.</li> <li>Update <code>BaseProducer::flush</code> to correctly call <code>poll</code> internally, until all messages have been processed.</li> <li>Upgrade all library dependencies.</li> <li>Add tests for Kafka versions up to 0.38.0.</li> <li>Require a minimum of CMake 3.5 compatibility for CMake build (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/766">#766</a>)</li> </ul> <p><a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/766">#766</a>: <a href="https://redirect.github.com/fede1024/rust-rdkafka/pull/766">fede1024/rust-rdkafka#766</a></p> <h2>0.37.0 (2024-11-25)</h2> <ul> <li>Update MSRV to 1.70</li> <li>Fix test dependency on docker compose.</li> <li>Address wakeup races introduced by pivoting to the event API.</li> <li>Remove testing for old Kafka versions (before 3.0). Add tests for 3.7.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/598ac4ba1f714852bdf4e5685fe10cf5a66e947c"><code>598ac4b</code></a> Release 0.39.0 (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/822">#822</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/47a17d8de72b8bfa89589a84a4a0c600c54df1e0"><code>47a17d8</code></a> Release rdkafka-sys v4.10.0+2.12.1 (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/813">#813</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/dbb0f96a0511219cdaac7c4ef32d522d54202f95"><code>dbb0f96</code></a> Fix invalid MacOs runs-on tag, and update to MacOs 15 (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/821">#821</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/2e69887e485874843f260557222ee06035c83891"><code>2e69887</code></a> Update default value in comment (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/817">#817</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/65f31b3b23ea93ae4e7cc999c8783ebe646b71dd"><code>65f31b3</code></a> Fix build script for musl builds that require SASL (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/818">#818</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/cf08f6c1b8dd05a969ebe3cf478ff7b559f9c005"><code>cf08f6c</code></a> Fix the char zero ending in native config (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/706">#706</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/e091f03e8296675b9fb73dd302a27b8c6f3b2f68"><code>e091f03</code></a> feat: Update bindings to 2.12.1 (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/803">#803</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/a02310be53d81ed730cb0664cdad96f8070e93f1"><code>a02310b</code></a> feat: add kafka-mock-gen in Users section (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/799">#799</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/361cd7f4f1430821610537d47c60de6ae1c285a0"><code>361cd7f</code></a> Implement FromIterator for TopicPartitionList (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/795">#795</a>)</li> <li><a href="https://github.com/fede1024/rust-rdkafka/commit/564f5ccc8579cc668f770454ce71cc949ca7aeba"><code>564f5cc</code></a> Sanitize ClientConfig and AdminClient debugging (<a href="https://redirect.github.com/fede1024/rust-rdkafka/issues/796">#796</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fede1024/rust-rdkafka/compare/v0.36.2...v0.39.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
