From 8ea86e36b025c448804eea2a81349f1aed5c6c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:06:45 +0000 Subject: [PATCH] Update ordered-float requirement from 4.4.0 to 5.1.0 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.4.0...v5.1.0) --- updated-dependencies: - dependency-name: ordered-float dependency-version: 5.1.0 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 51207bf..ad09680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] enum_dispatch = "0.3.13" byteorder = "1.5.0" -ordered-float = "4.4.0" +ordered-float = "5.1.0" serde = { version = "1.0.210", optional = true, features = ["derive"] } serde_with = { version = "3.11.0", optional = true, features = ["hex"] } indexmap = "2.6.0"