Skip to content

Commit

Permalink
Bump to rust-rdkafka 0.35, the latest release that seems to be ok. See
Browse files Browse the repository at this point in the history
…fede1024/rust-rdkafka#638 (comment) for more details.

No visible performance differences.
  • Loading branch information
slinkydeveloper committed Sep 17, 2024
1 parent 3819398 commit e2664cb
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/ingress-kafka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ base64 = { workspace = true }
bytes = { workspace = true }
derive_builder = { workspace = true }
opentelemetry = { workspace = true }
rdkafka = { version = "0.34", features = ["libz-static", "cmake-build"] }
rdkafka = { version = "0.35", features = ["libz-static", "cmake-build"] }
schemars = { workspace = true, optional = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit e2664cb

Please sign in to comment.