diff --git a/Cargo.toml b/Cargo.toml index 1b5a150..91f83d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ j4rs = "0.20.0" proptest = "1" proptest-derive = "0.5" rustls-pemfile = "2.0" -rdkafka = { version = "0.35", default-features = false, features = ["libz", "tokio", "zstd"] } +rdkafka = { version = "0.36", 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"] }