From 4db0882e2edfc42180219a45957efa5009810023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 02:50:12 +0000 Subject: [PATCH] build(deps): bump fluvio-controlplane-metadata from v0.17.3 to v0.18.1 Bumps [fluvio-controlplane-metadata](https://github.com/infinyon/fluvio) from v0.17.3 to v0.18.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/411fe8fd930f1e9b78d836adf8a0e98635e8436b...6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6) --- updated-dependencies: - dependency-name: fluvio-controlplane-metadata dependency-version: 6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 249 +++++++++++++++++++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 159 insertions(+), 92 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b738cd9..b40fe3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,11 +15,11 @@ dependencies = [ "dirs 5.0.1", "env_logger", "fluvio", - "fluvio-controlplane-metadata", + "fluvio-controlplane-metadata 0.50.1", "fluvio-future", - "fluvio-protocol", + "fluvio-protocol 0.12.4", "fluvio-sc-schema", - "fluvio-types", + "fluvio-types 0.5.4", "futures", "futures-util", "hex", @@ -1145,15 +1145,15 @@ dependencies = [ "derive_builder", "dirs 6.0.0", "event-listener 5.4.0", - "fluvio-compression", + "fluvio-compression 0.3.5", "fluvio-future", - "fluvio-protocol", + "fluvio-protocol 0.12.4", "fluvio-sc-schema", "fluvio-smartmodule", "fluvio-socket", "fluvio-spu-schema", "fluvio-stream-dispatcher", - "fluvio-types", + "fluvio-types 0.5.4", "futures-util", "once_cell", "pin-project", @@ -1174,7 +1174,7 @@ source = "git+https://github.com/infinyon/fluvio.git?tag=v0.17.3#411fe8fd930f1e9 dependencies = [ "bytes", "flate2", - "fluvio-types", + "fluvio-types 0.5.4", "lz4_flex", "serde", "snap", @@ -1182,6 +1182,17 @@ dependencies = [ "zstd", ] +[[package]] +name = "fluvio-compression" +version = "0.50.1" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.1#6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6" +dependencies = [ + "bytes", + "fluvio-types 0.50.1", + "serde", + "thiserror 2.0.12", +] + [[package]] name = "fluvio-controlplane-metadata" version = "0.31.0" @@ -1194,13 +1205,13 @@ dependencies = [ "cfg-if", "derive_builder", "flate2", - "fluvio-protocol", - "fluvio-stream-model", - "fluvio-types", + "fluvio-protocol 0.12.4", + "fluvio-stream-model 0.11.5", + "fluvio-types 0.5.4", "flv-util", "humantime-serde", "lenient_semver", - "schemars", + "schemars 0.8.22", "semver 1.0.26", "serde", "serde_yaml", @@ -1209,6 +1220,27 @@ dependencies = [ "tracing", ] +[[package]] +name = "fluvio-controlplane-metadata" +version = "0.50.1" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.1#6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6" +dependencies = [ + "anyhow", + "base64 0.22.1", + "bytes", + "bytesize", + "cfg-if", + "derive_builder", + "fluvio-protocol 0.50.1", + "fluvio-stream-model 0.50.1", + "fluvio-types 0.50.1", + "flv-util", + "lenient_semver", + "semver 1.0.26", + "thiserror 2.0.12", + "tracing", +] + [[package]] name = "fluvio-future" version = "0.7.2" @@ -1248,10 +1280,10 @@ dependencies = [ "content_inspector", "crc32c", "eyre", - "fluvio-compression", + "fluvio-compression 0.3.5", "fluvio-future", - "fluvio-protocol-derive", - "fluvio-types", + "fluvio-protocol-derive 0.5.4", + "fluvio-types 0.5.4", "flv-util", "once_cell", "semver 1.0.26", @@ -1260,6 +1292,26 @@ dependencies = [ "tracing", ] +[[package]] +name = "fluvio-protocol" +version = "0.50.1" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.1#6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6" +dependencies = [ + "bytes", + "cfg-if", + "content_inspector", + "crc32c", + "eyre", + "fluvio-compression 0.50.1", + "fluvio-protocol-derive 0.50.1", + "fluvio-types 0.50.1", + "flv-util", + "once_cell", + "semver 1.0.26", + "thiserror 2.0.12", + "tracing", +] + [[package]] name = "fluvio-protocol-derive" version = "0.5.4" @@ -1271,16 +1323,27 @@ dependencies = [ "tracing", ] +[[package]] +name = "fluvio-protocol-derive" +version = "0.50.1" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.1#6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", + "tracing", +] + [[package]] name = "fluvio-sc-schema" version = "0.26.0" source = "git+https://github.com/infinyon/fluvio.git?tag=v0.17.3#411fe8fd930f1e9b78d836adf8a0e98635e8436b" dependencies = [ "anyhow", - "fluvio-controlplane-metadata", - "fluvio-protocol", + "fluvio-controlplane-metadata 0.31.0", + "fluvio-protocol 0.12.4", "fluvio-socket", - "fluvio-stream-model", + "fluvio-stream-model 0.11.5", "paste", "serde", "static_assertions", @@ -1294,7 +1357,7 @@ version = "0.8.0" source = "git+https://github.com/infinyon/fluvio.git?tag=v0.17.3#411fe8fd930f1e9b78d836adf8a0e98635e8436b" dependencies = [ "eyre", - "fluvio-protocol", + "fluvio-protocol 0.12.4", "fluvio-smartmodule-derive", "thiserror 2.0.12", "tracing", @@ -1323,7 +1386,7 @@ dependencies = [ "cfg-if", "event-listener 5.4.0", "fluvio-future", - "fluvio-protocol", + "fluvio-protocol 0.12.4", "futures-util", "nix", "once_cell", @@ -1345,9 +1408,9 @@ dependencies = [ "educe", "flate2", "fluvio-future", - "fluvio-protocol", + "fluvio-protocol 0.12.4", "fluvio-smartmodule", - "fluvio-types", + "fluvio-types 0.5.4", "serde", "static_assertions", "tracing", @@ -1364,8 +1427,8 @@ dependencies = [ "async-trait", "cfg-if", "fluvio-future", - "fluvio-stream-model", - "fluvio-types", + "fluvio-stream-model 0.11.5", + "fluvio-types 0.5.4", "futures-util", "once_cell", "parking_lot 0.12.3", @@ -1389,13 +1452,36 @@ dependencies = [ "tracing", ] +[[package]] +name = "fluvio-stream-model" +version = "0.50.1" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.1#6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6" +dependencies = [ + "async-lock 3.4.0", + "event-listener 5.4.0", + "once_cell", + "tracing", +] + [[package]] name = "fluvio-types" version = "0.5.4" source = "git+https://github.com/infinyon/fluvio.git?tag=v0.17.3#411fe8fd930f1e9b78d836adf8a0e98635e8436b" dependencies = [ "event-listener 5.4.0", - "schemars", + "schemars 0.8.22", + "serde", + "thiserror 2.0.12", + "toml", + "tracing", +] + +[[package]] +name = "fluvio-types" +version = "0.50.1" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.1#6450ad5076b35bf1a26f2cc0145fb18a4e7edbb6" +dependencies = [ + "schemars 1.0.4", "serde", "thiserror 2.0.12", "toml", @@ -2098,7 +2184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c" dependencies = [ "cfg-if", - "windows-targets 0.53.0", + "windows-targets 0.48.5", ] [[package]] @@ -2802,6 +2888,26 @@ dependencies = [ "thiserror 2.0.12", ] +[[package]] +name = "ref-cast" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" +dependencies = [ + "ref-cast-impl", +] + +[[package]] +name = "ref-cast-impl" +version = "1.0.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "regex" version = "1.11.1" @@ -3024,7 +3130,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" dependencies = [ "dyn-clone", - "schemars_derive", + "schemars_derive 0.8.22", + "serde", + "serde_json", +] + +[[package]] +name = "schemars" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0" +dependencies = [ + "dyn-clone", + "ref-cast", + "schemars_derive 1.0.4", "serde", "serde_json", ] @@ -3041,6 +3160,18 @@ dependencies = [ "syn 2.0.101", ] +[[package]] +name = "schemars_derive" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80" +dependencies = [ + "proc-macro2", + "quote", + "serde_derive_internals", + "syn 2.0.101", +] + [[package]] name = "scopeguard" version = "1.2.0" @@ -4024,29 +4155,13 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm 0.52.6", + "windows_i686_gnullvm", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] -[[package]] -name = "windows-targets" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" -dependencies = [ - "windows_aarch64_gnullvm 0.53.0", - "windows_aarch64_msvc 0.53.0", - "windows_i686_gnu 0.53.0", - "windows_i686_gnullvm 0.53.0", - "windows_i686_msvc 0.53.0", - "windows_x86_64_gnu 0.53.0", - "windows_x86_64_gnullvm 0.53.0", - "windows_x86_64_msvc 0.53.0", -] - [[package]] name = "windows_aarch64_gnullvm" version = "0.48.5" @@ -4059,12 +4174,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" -[[package]] -name = "windows_aarch64_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" - [[package]] name = "windows_aarch64_msvc" version = "0.48.5" @@ -4077,12 +4186,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" -[[package]] -name = "windows_aarch64_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" - [[package]] name = "windows_i686_gnu" version = "0.48.5" @@ -4095,24 +4198,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" -[[package]] -name = "windows_i686_gnu" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" - [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" -[[package]] -name = "windows_i686_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" - [[package]] name = "windows_i686_msvc" version = "0.48.5" @@ -4125,12 +4216,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" -[[package]] -name = "windows_i686_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" - [[package]] name = "windows_x86_64_gnu" version = "0.48.5" @@ -4143,12 +4228,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" -[[package]] -name = "windows_x86_64_gnu" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" - [[package]] name = "windows_x86_64_gnullvm" version = "0.48.5" @@ -4161,12 +4240,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" -[[package]] -name = "windows_x86_64_gnullvm" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" - [[package]] name = "windows_x86_64_msvc" version = "0.48.5" @@ -4179,12 +4252,6 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" -[[package]] -name = "windows_x86_64_msvc" -version = "0.53.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" - [[package]] name = "winnow" version = "0.7.10" diff --git a/Cargo.toml b/Cargo.toml index d95aeab..26abfa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fl fluvio-protocol = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.3" } fluvio-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.3" } fluvio-sc-schema = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.3" } -fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.3" } +fluvio-controlplane-metadata = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.18.1" } # transitive version selection aws-lc-rs = { version = "1", features = ["bindgen"] }