Skip to content

Commit

Permalink
build(deps): Bump rdkafka-sys from 4.5.0+1.9.2 to 4.6.0+2.2.0
Browse files Browse the repository at this point in the history
Bumps [rdkafka-sys](https://github.com/fede1024/rust-rdkafka) from 4.5.0+1.9.2 to 4.6.0+2.2.0.
- [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md)
- [Commits](https://github.com/fede1024/rust-rdkafka/commits)

---
updated-dependencies:
- dependency-name: rdkafka-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent a3cdfcd commit 35a37b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/kafka-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { workspace = true }

tempfile = { version = "3.8", default-features = false, features = [] }

rdkafka-sys = { version = "4.5.0+1.9.2" }
rdkafka-sys = { version = "4.6.0+1.9.2" }
rdkafka = { version ="0.33.0", features = ["libz-static", "tokio", "ssl-vendored"], default-features = false }
openssl = { version = "0.10", features = ["vendored"] }

Expand Down

0 comments on commit 35a37b2

Please sign in to comment.