From 9c1ad50da28ed9b7e2d0721f0a12e75788767147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 03:01:04 +0000 Subject: [PATCH] chore(deps): update rdkafka requirement from 0.30 to 0.31 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/0.30.0...v0.31.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 d5cb4c5..7de0d52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ procspawn = "0.10" proptest = "1" proptest-derive = "0.3" rustls-pemfile = "1.0" -rdkafka = { version = "0.30", default-features = false, features = ["libz", "tokio", "zstd"] } +rdkafka = { version = "0.31", 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"] }