From 3816de717a62728bfe67a5ba0e222483d7f0edc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:27:46 +0000 Subject: [PATCH] build(deps): bump fluvio-types from v0.14.1 to v0.15.0 Bumps [fluvio-types](https://github.com/infinyon/fluvio) from v0.14.1 to v0.15.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.14.1...007095e6e83de7363231e1ba7241c362cf43d47e) --- updated-dependencies: - dependency-name: fluvio-types 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 e652680a..f3e425fc 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.14.1" } fluvio-protocol = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" } -fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" } +fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.0" } fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" } fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.14.1" }