diff --git a/Cargo.toml b/Cargo.toml index 0215769..a29730a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ procspawn = "1.0" proptest = "1" proptest-derive = "0.4" rustls-pemfile = "2.0" -rdkafka = { version = "0.34", default-features = false, features = ["libz", "tokio", "zstd"] } +rdkafka = { version = "0.35", default-features = false, features = ["libz", "tokio", "zstd"] } tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] } tracing-log = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] }