Skip to content

Commit

Permalink
chore(deps): update rdkafka requirement from 0.34.0 to 0.36.0 (#64)
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.
<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.36.0 (2023-11-08)</h2>
<ul>
<li>Pivot the library from using librdkafka's callback interface to
using
the event interface. The public API of the crate does not change.</li>
</ul>
<h2>0.35.0 (2023-11-07)</h2>
<ul>
<li>Update bundled librdkafka to 2.3.0.</li>
<li>Add cargo enforcement of MSRV of 1.61.</li>
<li>Derives serde::Serialize on Statistics</li>
</ul>
<h2>0.34.0 (2023-08-25)</h2>
<ul>
<li>Update bundled librdkafka to 2.2.0.</li>
</ul>
<h2>0.33.2 (2023-07-06)</h2>
<ul>
<li><strong>Breaking change.</strong> Change signature for
<code>seek_partitions</code>. Following
librdkafka, individual partition errors should be reported in the
per-partition
<code>error</code> field of <code>TopicPartitionList</code>
elements.</li>
</ul>
<h2>0.33.0 (2023-06-30)</h2>
<ul>
<li>Add interface to specify custom partitioners by extending
<code>ProducerContext</code>
trait with capability to return optional custom partitioner.</li>
<li>Add <code>seek_partitions</code> to consumer.</li>
</ul>
<h2>0.32.1 (2023-06-09)</h2>
<ul>
<li>Add support for the cluster mock API.</li>
<li>Expose assignment_lost method on the consumer.</li>
</ul>
<h2>0.31.0 (2023-05-17)</h2>
<ul>
<li><strong>Breaking change.</strong> Pass <code>KafkaError</code> to
rebalance hooks instead of human-readable string
representation.</li>
</ul>
<h2>0.30.0 (2023-05-12)</h2>
<ul>
<li>
<p>Support for unassigning static partitions by passing
<code>null</code> to <code>rdsys::rd_kafka_assign</code> and expose the
feature as <code>unassign</code> in <code>base_consumer</code></p>
</li>
<li>
<p>Expose <code>rdsys::rd_kafka_incremental_assign</code> and
<code>rdsys::rd_kafka_incremental_unassign</code> in
<code>base_consumer</code> for
incremental changes to static assignments</p>
</li>
<li>
<p><strong>Breaking change.</strong>
<code>util::get_rdkafka_version</code> now returns <code>(i32,
String)</code>.
Previously, it returned <code>(u16, String)</code> which would silently
truncate the hex
representation of the version:</p>
<blockquote>
<p>Interpreted as hex MM.mm.rr.xx:</p>
</blockquote>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/0c5c131624c765d62c82f65b2432a030fbc2a3d8"><code>0c5c131</code></a>
Release v0.36.0.</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/c719e55e02b931e33b8f5324770698382435f09f"><code>c719e55</code></a>
Merge pull request <a
href="https://redirect.github.com/fede1024/rust-rdkafka/issues/617">#617</a>
from fede1024/scanterog/event-based-client</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/c87c1e7eb821fbca1afca79c74bc7f2b310bb0da"><code>c87c1e7</code></a>
Merge pull request <a
href="https://redirect.github.com/fede1024/rust-rdkafka/issues/624">#624</a>
from fede1024/scanterog/instructions</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/978c9649be902da859d8837446bf3eea6cc81fb2"><code>978c964</code></a>
Fix op timeout computation logic on poll_queue</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/3b1394045021723bf1468a15471e2b819bdf6d4d"><code>3b13940</code></a>
Propagate fatal errors</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/7202e7bcc14bda899ca03ccd763aa492c57cfcf6"><code>7202e7b</code></a>
Use closed and close_queue methods on drop</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/34fc3356a9956185f0bb2e44662db617536614f7"><code>34fc335</code></a>
Expose a close_queue and closed methods</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/4fb2266bb9c7cbf476bf6e7f6f870cdba54cc150"><code>4fb2266</code></a>
Do not panic on transient errors on test_consume_partition_order</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/2af36710b94d1aaabb920014832a876cb6d2ff51"><code>2af3671</code></a>
Allow creating a consumer without group.id</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/3b98f95686cd510b40b170e0f17a68c89622b7fa"><code>3b98f95</code></a>
Adapt consumer close to the event api</li>
<li>Additional commits viewable in <a
href="https://github.com/fede1024/rust-rdkafka/compare/v0.34.0...v0.36.0">compare
view</a></li>
</ul>
</details>
<br />


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 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


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 6dae686 commit eb134a1
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 @@ -47,7 +47,7 @@ mysql = "24.0.0"
orientdb-client = "0.6"
postgres = "0.19.7"
pretty_env_logger = "0.5.0"
rdkafka = "0.34.0"
rdkafka = "0.36.0"
redis = "0.23.3"
reqwest = { version = "0.11.20", features = ["blocking"] }
serde = { version = "1.0.188", features = [ "derive" ] }
Expand Down

0 comments on commit eb134a1

Please sign in to comment.