Skip to content

Commit

Permalink
chore(deps): Bump rdkafka from 0.31.0 to 0.32.2 (vectordotdev#17664)
Browse files Browse the repository at this point in the history
Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.31.0 to
0.32.2.
<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>
<h1>Changelog</h1>
<p>See also the <a
href="https://github.com/fede1024/rust-rdkafka/blob/master/rdkafka-sys/changelog.md">rdkafka-sys
changelog</a>.</p>
<h2>Unreleased</h2>
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/b46a1d3eef145b909a5310b42b2d9a465385e991"><code>b46a1d3</code></a>
Update pin of rdkafka-sys to latest.</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/97688d78c1f2d100b3ead7e1acfd8e600cad4c9e"><code>97688d7</code></a>
Release v4.5.0+1.9.2</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/157d81e2651cedfbde2bfbd42c4396e341f9964a"><code>157d81e</code></a>
Fix version.</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/f09348ef1f6482563b8bf44130cec698afcab81a"><code>f09348e</code></a>
Release 0.32.0.</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/83e9a506ca43951360e43e36d89791acf144d945"><code>83e9a50</code></a>
Expose assignment_lost</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/0048649b4c40af81c4367eff32a2900e978aba9f"><code>0048649</code></a>
Add entry in the changelog</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/49eaf5d40deb4e7d7482121b28cf1d08777501af"><code>49eaf5d</code></a>
Add example for the mock API</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/9198dba662a08dd1976dde0076127e73919f2e2a"><code>9198dba</code></a>
Add missing mock APIs</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/536c0af3713021f0736172d33fc10c55b61bd7c1"><code>536c0af</code></a>
Adapt to project style and few minor fixes</li>
<li><a
href="https://github.com/fede1024/rust-rdkafka/commit/b3a9e7aaa5533d4c2d009655d8362558479c9089"><code>b3a9e7a</code></a>
mocking: Add support for mock cluster reference from Client configured
with t...</li>
<li>Additional commits viewable in <a
href="https://github.com/fede1024/rust-rdkafka/compare/v0.31.0...v0.32.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rdkafka&package-manager=cargo&previous-version=0.31.0&new-version=0.32.2)](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 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 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>

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] committed Jun 14, 2023
1 parent 83af7ea commit ac68a7b
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ postgres-openssl = { version = "0.5.0", default-features = false, features = ["r
pulsar = { version = "6.0.0", default-features = false, features = ["tokio-runtime", "auth-oauth2", "flate2", "lz4", "snap", "zstd"], optional = true }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rand_distr = { version = "0.4.3", default-features = false }
rdkafka = { version = "0.31.0", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true }
rdkafka = { version = "0.32.2", default-features = false, features = ["tokio", "libz", "ssl", "zstd"], optional = true }
redis = { version = "0.23.0", default-features = false, features = ["connection-manager", "tokio-comp", "tokio-native-tls-comp"], optional = true }
regex = { version = "1.8.4", default-features = false, features = ["std", "perf"] }
roaring = { version = "0.10.1", default-features = false, optional = true }
Expand Down

0 comments on commit ac68a7b

Please sign in to comment.