Skip to content

Commit

Permalink
chore: update Kafka dep
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Dec 16, 2023
1 parent df70359 commit 9c688b9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 87 deletions.
125 changes: 39 additions & 86 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 @@ -38,7 +38,7 @@ file-rotate = { version = "0.7.1", optional = true }
reqwest = { version = "0.11", optional = true, features = ["blocking", "json"] }

# feature: kafkasink
kafka = { version = "0.8.0", optional = true }
kafka = { version = "0.10.0", optional = true }

# feature: elasticsink
elasticsearch = { version = "7.14.0-alpha.1", optional = true }
Expand Down

0 comments on commit 9c688b9

Please sign in to comment.