From 46dad800ba2a0c354060f797809068b07d9c740d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 02:19:01 +0000 Subject: [PATCH] build(deps): bump fluvio-controlplane-metadata from v0.15.2 to v0.17.3 Bumps [fluvio-controlplane-metadata](https://github.com/infinyon/fluvio) from v0.15.2 to v0.17.3. - [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...411fe8fd930f1e9b78d836adf8a0e98635e8436b) --- updated-dependencies: - dependency-name: fluvio-controlplane-metadata dependency-version: 411fe8fd930f1e9b78d836adf8a0e98635e8436b 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..5aa828d4 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.17.3" } # transitive version selection parking_lot = "0.12.3"