From 6171b4bc4b5e3f6cf73a6cbddc9d82e4f165e274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 03:37:53 +0000 Subject: [PATCH] Update ordered-float requirement from 4.1.0 to 5.0.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.0.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/Cargo.toml b/protocol/Cargo.toml index 9db6284f..16c2e9a2 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.0.0" uuid = "1" chrono = "0.4.26" num_enum = "0.7.0"