Skip to content

Commit

Permalink
chore(deps): bump kafka from 0.9.0 to 0.10.0 (#737)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
  • Loading branch information
dependabot[bot] and scarmuega committed May 6, 2024
1 parent f3515f8 commit 32dd43c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
25 changes: 5 additions & 20 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 @@ -62,7 +62,7 @@ elasticsearch = { version = "8.5.0-alpha.1", optional = true }
murmur3 = { version = "0.5.2", optional = true }
openssl = { version = "0.10", optional = true, features = ["vendored"] }
lapin = { version = "2.2.1", optional = true }
kafka = { version = "0.9.0", optional = true }
kafka = { version = "0.10.0", optional = true }
google-cloud-pubsub = { version = "0.16.0", optional = true }
google-cloud-googleapis = { version = "0.10.0", optional = true }
google-cloud-default = { version = "0.4.0", optional = true, features = ["pubsub"] }
Expand Down

0 comments on commit 32dd43c

Please sign in to comment.