We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e8c6b commit 5b2b345Copy full SHA for 5b2b345
Cargo.toml
@@ -47,7 +47,7 @@ j4rs = "0.20.0"
47
proptest = "1"
48
proptest-derive = "0.5"
49
rustls-pemfile = "2.0"
50
-rdkafka = { version = "0.35", default-features = false, features = ["libz", "tokio", "zstd"] }
+rdkafka = { version = "0.37", default-features = false, features = ["libz", "tokio", "zstd"] }
51
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }
52
tracing-log = "0.2"
53
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
0 commit comments