From 5cf2b3f5ef36fdc546ac60325285f109f638b4b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 02:35:32 +0000 Subject: [PATCH] chore(deps): update rdkafka requirement from 0.33 to 0.34 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.33.0...v0.34.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 caf2f2e..253a2ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ procspawn = "0.10" proptest = "1" proptest-derive = "0.3" rustls-pemfile = "1.0" -rdkafka = { version = "0.33", default-features = false, features = ["libz", "tokio", "zstd"] } +rdkafka = { version = "0.34", default-features = false, features = ["libz", "tokio", "zstd"] } tokio = { version = "1.14", features = ["macros", "rt-multi-thread"] } tracing-log = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }