From 4f3d31b5f002d9da882b1ada1d8818ef66ca868c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 08:26:34 +0000 Subject: [PATCH] Update ordered-float requirement from 4 to 5 Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: ordered-float dependency-version: 5.0.0 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..7468fdb 100644 --- a/crates/fluss/Cargo.toml +++ b/crates/fluss/Cargo.toml @@ -41,7 +41,7 @@ parking_lot = "0.12" bytes = "1.10.1" dashmap = "6.1.0" rust_decimal = "1" -ordered-float = { version = "4", features = ["serde"] } +ordered-float = { version = "5", features = ["serde"] } parse-display = "0.10" ref-cast = "1.0" chrono = { version = "0.4", features = ["clock", "std", "wasmbind"] }