From 60a32d8afec2180858150441ab4d06fe36a540cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:33:56 +0000 Subject: [PATCH] chore(deps): update rdkafka requirement from 0.34 to 0.36 Updates the requirements on [rdkafka](https://github.com/fede1024/rust-rdkafka) to permit the latest version. - [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md) - [Commits](https://github.com/fede1024/rust-rdkafka/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: rdkafka dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54ec1d5..dad62f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ procspawn = "1.0" proptest = "1" proptest-derive = "0.4" rustls-pemfile = "1.0" -rdkafka = { version = "0.34", 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"] }