From ca939cf8d988843a502424c1f7732e64f6587ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 02:23:27 +0000 Subject: [PATCH] build(deps): bump fluvio-controlplane-metadata from v0.15.2 to v0.16.1 Bumps [fluvio-controlplane-metadata](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-controlplane-metadata 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..03d4e042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fl 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" } -fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.15.2" } +fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.16.1" } # transitive version selection parking_lot = "0.12.3"