From 45a04e546bd620a97fbc58c1ae3f980f913341c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 02:35:16 +0000 Subject: [PATCH] Bump rdkafka from 0.35.0 to 0.36.0 Bumps [rdkafka](https://github.com/fede1024/rust-rdkafka) from 0.35.0 to 0.36.0. - [Changelog](https://github.com/fede1024/rust-rdkafka/blob/master/changelog.md) - [Commits](https://github.com/fede1024/rust-rdkafka/commits) --- updated-dependencies: - dependency-name: rdkafka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cd299b..dd768d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2277,9 +2277,9 @@ dependencies = [ [[package]] name = "rdkafka" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16c17f411935214a5870e40aff9291f8b40a73e97bf8de29e5959c473d5ef33" +checksum = "d54f02a5a40220f8a2dfa47ddb38ba9064475a5807a69504b6f91711df2eea63" dependencies = [ "futures-channel", "futures-util",