Skip to content

Commit 32dd43c

Browse files
chore(deps): bump kafka from 0.9.0 to 0.10.0 (#737)
Bumps [kafka](https://github.com/kafka-rust/kafka-rust) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/kafka-rust/kafka-rust/releases) - [Changelog](https://github.com/kafka-rust/kafka-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/kafka-rust/kafka-rust/commits) --- updated-dependencies: - dependency-name: kafka 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> Co-authored-by: Santiago Carmuega <[email protected]>
1 parent f3515f8 commit 32dd43c

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

Cargo.lock

+5-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ elasticsearch = { version = "8.5.0-alpha.1", optional = true }
6262
murmur3 = { version = "0.5.2", optional = true }
6363
openssl = { version = "0.10", optional = true, features = ["vendored"] }
6464
lapin = { version = "2.2.1", optional = true }
65-
kafka = { version = "0.9.0", optional = true }
65+
kafka = { version = "0.10.0", optional = true }
6666
google-cloud-pubsub = { version = "0.16.0", optional = true }
6767
google-cloud-googleapis = { version = "0.10.0", optional = true }
6868
google-cloud-default = { version = "0.4.0", optional = true, features = ["pubsub"] }

0 commit comments

Comments
 (0)