From ce3da7918b63f374a515a4aa33db16de9902aa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 08:54:17 +0000 Subject: [PATCH] Update fluvio requirement from 0.24.0 to 0.25.0 --- updated-dependencies: - dependency-name: fluvio 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..c4dca5fa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,4 +190,4 @@ rdkafka = "0.37" apache-avro = "0.17.0" time = "0.3.36" rumqttc = "0.24.0" -fluvio = "0.24.0" +fluvio = "0.25.0"