Skip to content

Commit 9bb42d1

Browse files
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] <support@github.com>
1 parent 42d89fe commit 9bb42d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ telemetry = ["opentelemetry", "opentelemetry_sdk", "tracing-opentelemetry"]
2424
tokio = { version = "1.35", features = ["net", "io-util", "sync", "time", "macros"] }
2525

2626
# Kafka protocol
27-
kafka-protocol = "0.10"
27+
kafka-protocol = "0.17"
2828
bytes = "1.5"
2929

3030
# Serialization

0 commit comments

Comments
 (0)