From 0d064eaf237c17318da0cd1263d58b75d0b565b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 02:49:59 +0000 Subject: [PATCH] build(deps): bump fluvio-types from v0.17.3 to v0.18.0 Bumps [fluvio-types](https://github.com/infinyon/fluvio) from v0.17.3 to v0.18.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/411fe8fd930f1e9b78d836adf8a0e98635e8436b...ae5a00cfbf3cd310239bbd776231e56b16d259c3) --- updated-dependencies: - dependency-name: fluvio-types dependency-version: ae5a00cfbf3cd310239bbd776231e56b16d259c3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 94 ++++++++++++------------------------------------------ Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 74 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b738cd9..096a670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ "fluvio-future", "fluvio-protocol", "fluvio-sc-schema", - "fluvio-types", + "fluvio-types 0.50.0", "futures", "futures-util", "hex", @@ -1153,7 +1153,7 @@ dependencies = [ "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", @@ -1196,7 +1196,7 @@ dependencies = [ "flate2", "fluvio-protocol", "fluvio-stream-model", - "fluvio-types", + "fluvio-types 0.5.4", "flv-util", "humantime-serde", "lenient_semver", @@ -1251,7 +1251,7 @@ dependencies = [ "fluvio-compression", "fluvio-future", "fluvio-protocol-derive", - "fluvio-types", + "fluvio-types 0.5.4", "flv-util", "once_cell", "semver 1.0.26", @@ -1347,7 +1347,7 @@ dependencies = [ "fluvio-future", "fluvio-protocol", "fluvio-smartmodule", - "fluvio-types", + "fluvio-types 0.5.4", "serde", "static_assertions", "tracing", @@ -1365,7 +1365,7 @@ dependencies = [ "cfg-if", "fluvio-future", "fluvio-stream-model", - "fluvio-types", + "fluvio-types 0.5.4", "futures-util", "once_cell", "parking_lot 0.12.3", @@ -1402,6 +1402,18 @@ dependencies = [ "tracing", ] +[[package]] +name = "fluvio-types" +version = "0.50.0" +source = "git+https://github.com/infinyon/fluvio.git?tag=v0.18.0#ae5a00cfbf3cd310239bbd776231e56b16d259c3" +dependencies = [ + "schemars", + "serde", + "thiserror 2.0.12", + "toml", + "tracing", +] + [[package]] name = "fluvio-wasm-timer" version = "0.2.5" @@ -2098,7 +2110,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]] @@ -4024,29 +4036,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 +4055,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 +4067,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 +4079,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 +4097,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 +4109,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 +4121,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 +4133,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..35b87ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ url = "2.5.0" fluvio-future = { version = "0.7.2", features = ["task", "io", "native_tls", "subscriber"] } fluvio = { features = ["admin", "rustls"], git = "https://github.com/infinyon/fluvio.git", tag = "v0.17.3" } 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-types = { git = "https://github.com/infinyon/fluvio.git", tag = "v0.18.0" } 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" }