From d925752d182ad804a453a5a0cb8af0d4b2119a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:44:26 +0000 Subject: [PATCH] build(deps): bump ordered-float from 4.2.1 to 4.2.2 Bumps [ordered-float](https://github.com/reem/rust-ordered-float) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bff3ea78..c2fc6d2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,7 +628,7 @@ dependencies = [ "ndarray", "ndarray-stats", "noisy_float", - "ordered-float 4.2.1", + "ordered-float 4.2.2", "rand", "rand_distr", "smallvec", @@ -1449,7 +1449,7 @@ version = "0.1.0" dependencies = [ "memory-stats", "metrics", - "ordered-float 4.2.1", + "ordered-float 4.2.2", "pin-project", "proptest", "snafu", @@ -1490,7 +1490,7 @@ dependencies = [ "indexmap 2.2.6", "metrics", "num_cpus", - "ordered-float 4.2.1", + "ordered-float 4.2.2", "quanta", ] @@ -1692,9 +1692,9 @@ dependencies = [ [[package]] name = "ordered-float" -version = "4.2.1" +version = "4.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ff2cf528c6c03d9ed653d6c4ce1dc0582dc4af309790ad92f07c1cd551b0be" +checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 6cb30247..d2e9c694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ memchr = { version = "2.7", default-features = false } metrics = { version = "0.23", default-features = false } metrics-util = { version = "0.17", default-features = false } nom = { version = "7", default-features = false } -ordered-float = { version = "4.2.0", default-features = false } +ordered-float = { version = "4.2.2", default-features = false } paste = { version = "1", default-features = false } pin-project = { version = "1.1", default-features = false } proptest = { version = "1.4", default-features = false }