From 9bb42d11b143cee183802a2f906ec3ca65066b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:23:34 +0000 Subject: [PATCH] deps: update kafka-protocol requirement from 0.10 to 0.17 Updates the requirements on [kafka-protocol](https://github.com/tychedelia/kafka-protocol-rs) to permit the latest version. - [Release notes](https://github.com/tychedelia/kafka-protocol-rs/releases) - [Changelog](https://github.com/tychedelia/kafka-protocol-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/tychedelia/kafka-protocol-rs/commits) --- updated-dependencies: - dependency-name: kafka-protocol dependency-version: 0.17.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 2d3e4aa..c213fdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ telemetry = ["opentelemetry", "opentelemetry_sdk", "tracing-opentelemetry"] tokio = { version = "1.35", features = ["net", "io-util", "sync", "time", "macros"] } # Kafka protocol -kafka-protocol = "0.10" +kafka-protocol = "0.17" bytes = "1.5" # Serialization