From 839c1f48ecfcf1fee79dca9b0b1e9f6c53f6eeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:16:55 -0500 Subject: [PATCH] chore(deps): bump ordered-float from 4.4.0 to 4.5.0 (#452) Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6be6fb0d..df15cdf5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2895,9 +2895,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ordered-float" -version = "4.4.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" +checksum = "c65ee1f9701bf938026630b455d5315f490640234259037edb259798b3bcf85e" dependencies = [ "num-traits", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index d9f2e8ea..d9968d57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ url = "2.5.3" ureq = "2.10.0" regex = "1.11.1" rayon = "1.10.0" -ordered-float = { version = "4.4.0", features = ["serde", "schemars"] } +ordered-float = { version = "4.5.0", features = ["serde", "schemars"] } walkdir = "2.5.0" anyhow = "1.0.93" itertools = "0.13.0"