From d14d2b09e4a1e6f11c885b7f6195114cd5686cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 02:22:28 +0000 Subject: [PATCH] build(deps): bump fluvio from v0.15.2 to v0.16.1 Bumps [fluvio](https://github.com/infinyon/fluvio) from v0.15.2 to v0.16.1. - [Release notes](https://github.com/infinyon/fluvio/releases) - [Changelog](https://github.com/infinyon/fluvio/blob/master/CHANGELOG.md) - [Commits](https://github.com/infinyon/fluvio/compare/v0.15.2...b9ef5886b08557b9cd62f94af86f6f81424dbac2) --- 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 c9ee1e7f..63ec40cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.5.0" webbrowser = "1.0.0" fluvio-future = { version = "0.7.0", features = ["task", "io", "native_tls", "subscriber"] } -fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" } +fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.16.1" } fluvio-protocol = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" } fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" } fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" }