From db517461c51b9b2891f7bd224215be4cd2a3edd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 02:36:54 +0000 Subject: [PATCH] build(deps): bump fluvio-types from v0.15.2 to v0.17.0 Bumps [fluvio-types](https://github.com/infinyon/fluvio) from v0.15.2 to v0.17.0. - [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...886204eea869a68c646f48eb8c154553d43e7b00) --- updated-dependencies: - dependency-name: fluvio-types dependency-version: 886204eea869a68c646f48eb8c154553d43e7b00 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..5f8a6ed8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ 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-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-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.0" } fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" } fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" }