From ae4a97b52c2adc1dcb63c881f40292efc310ec2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:03:52 +0000 Subject: [PATCH] chore(deps): update rdkafka requirement from 0.35 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.35.0...v0.36.2) --- 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 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"] }