From 089f8a2ab5acc0f1392c69c7b6fb5dfe85fa11b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 21:22:09 +0000 Subject: [PATCH] chore(deps): update rdkafka requirement from 0.38 to 0.39 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/commits/v0.39.0) --- updated-dependencies: - dependency-name: rdkafka dependency-version: 0.39.0 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 5ccdddb..4d9e4a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ path = "src/bin/probe.rs" [dependencies] ratatui = { version = "0.30", default-features = true } crossterm = "0.29" -rdkafka = { version = "0.38", default-features = false, features = [ +rdkafka = { version = "0.39", default-features = false, features = [ "cmake-build", "ssl", "sasl",