From 4ee829e86f1bb312b3e4c11088088a3dc450ac85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:17:17 +0000 Subject: [PATCH] Update apache-avro requirement from 0.17.0 to 0.18.0 Updates the requirements on [apache-avro](https://github.com/apache/avro-rs) to permit the latest version. - [Release notes](https://github.com/apache/avro-rs/releases) - [Changelog](https://github.com/apache/avro-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/avro-rs/commits) --- updated-dependencies: - dependency-name: apache-avro 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 1e27df97f..8909bdcd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ smol_str = "0.3.1" http-body-util = "0.1.2" hyper-util = "0.1.5" rdkafka = "0.37" -apache-avro = "0.17.0" +apache-avro = "0.18.0" time = "0.3.36" rumqttc = "0.24.0" fluvio = "0.24.0"