Skip to content

Commit

Permalink
chore: upgrade rdkafka
Browse files Browse the repository at this point in the history
Upgrade rdkafka dependency to fix iopsystems#109
  • Loading branch information
brayniac committed Oct 30, 2023
1 parent 1a159d2 commit 2adc1ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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 @@ -47,7 +47,7 @@ rand_distr = "0.4.3"
rand_xoshiro = "0.6.0"
ratelimit = "0.7.1"
redis = { version = "0.23.3", features = ["tokio-comp"] }
rdkafka = { version = "0.25", features = ["cmake-build"] }
rdkafka = { version = "0.34.0", features = ["cmake-build"] }
ringlog = "0.3.1"
rpcperf-dataspec = { path = "lib/dataspec" }
serde = { workspace = true }
Expand Down

0 comments on commit 2adc1ed

Please sign in to comment.