From 4fc425eb549d7cbabfab9a595d9c902564456a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:35:30 +0000 Subject: [PATCH] build(deps): bump ordered-float from 4.2.2 to 4.5.0 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.2.2 to 4.5.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.2.2...v4.5.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e48c580..ce7649b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,9 +1465,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.2" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" +checksum = "c65ee1f9701bf938026630b455d5315f490640234259037edb259798b3bcf85e" dependencies = [ "num-traits", "rand", diff --git a/Cargo.toml b/Cargo.toml index 912141e3..63828a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ log = "0.4" maplit = "1.0" num-traits = "0.2" once_cell = "1.19.0" -ordered-float = { version = "4.2", features = ["serde"] } +ordered-float = { version = "4.5", features = ["serde"] } prometheus = { version = "0.13", default-features = false } rand = "0.8" regex = "1.10"