From 05c5231075a1eee3ee6ed81266b6d72cbd91a6bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:26:50 +0000 Subject: [PATCH] Update prost requirement from 0.13.5 to 0.14.1 Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/prost/compare/v0.13.5...v0.14.1) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/fluss/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/fluss/Cargo.toml b/crates/fluss/Cargo.toml index cc26014..5ff4459 100644 --- a/crates/fluss/Cargo.toml +++ b/crates/fluss/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3" clap = { workspace = true } crc32c = "0.6.8" linked-hash-map = "0.5.6" -prost = "0.13.5" +prost = "0.14.1" rand = "0.9.1" serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = "1.0.140"