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.
2 parents 114847f + 9380a28 commit f3cca76Copy full SHA for f3cca76
Cargo.toml
@@ -49,7 +49,7 @@ procspawn = "0.10"
49
proptest = "1"
50
proptest-derive = "0.3"
51
rustls-pemfile = "1.0"
52
-rdkafka = { version = "0.29", default-features = false, features = ["libz", "tokio", "zstd"] }
+rdkafka = { version = "0.30", default-features = false, features = ["libz", "tokio", "zstd"] }
53
tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] }
54
tracing-log = "0.1"
55
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
0 commit comments