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"