Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 4ea07d3

Browse files
committed
revert rdkafka to 0.34 to evaluate impact
1 parent 332c3d5 commit 4ea07d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ uuid = { version = "1.3.3", features = ["serde"] }
3030
async-trait = "0.1.68"
3131
serde_urlencoded = "0.7.1"
3232
rand = "0.8.5"
33-
rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl"] }
33+
rdkafka = { version = "0.34.0", features = ["cmake-build", "ssl"] }
3434
metrics = "0.21.1"
3535
metrics-exporter-prometheus = "0.12.1"
3636
thiserror = "1.0.48"

0 commit comments

Comments
 (0)