From 999016897dc9da79390709157dc5e9a231e0fe0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 21:33:06 +0000 Subject: [PATCH] Update fluvio requirement from 0.21 to 0.22 --- 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 e7b7f51..697af24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ config-file = "0.2" csv = "1.3" deep_causality = { git = "https://github.com/marvin-hansen/deep_causality.git", rev = "2a18217bd3f67ea965c67c7ba43935b6ba9c8365" } encoding_rs = "0.8" -fluvio = { version = "0.21", default-features = false, features = ["rustls"] } +fluvio = { version = "0.22", default-features = false, features = ["rustls"] } futures = "0.3" lru = "0.12" petgraph = "0.6"