From 306461bae2267195eb8004731a8d88864691ff4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:03:52 +0000 Subject: [PATCH] Update ordered-float requirement from 4.1.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.1.0...v5.1.0) --- updated-dependencies: - dependency-name: ordered-float dependency-version: 5.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 7468399..33595a7 100644 --- a/protocol/Cargo.toml +++ b/protocol/Cargo.toml @@ -12,7 +12,7 @@ wasm-bindgen = ["uuid/js"] [dependencies] byteorder = "1" -ordered-float = "4.1.0" +ordered-float = "5.1.0" uuid = "1" chrono = "0.4.26" num_enum = "0.7.0"